Skip to content

Commit

Permalink
CSV would be better saved with .csv
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryape committed Jul 29, 2024
1 parent ba42226 commit e17a523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/smee/publish/csv.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defmodule Smee.Publish.Csv do

@spec ext() :: atom()
def ext() do
"txt"
"csv"
end

def extract(entity, options \\ []) do
Expand Down

0 comments on commit e17a523

Please sign in to comment.