Skip to content

Commit

Permalink
Added support for tsv
Browse files Browse the repository at this point in the history
  • Loading branch information
roll committed May 14, 2024
1 parent 8e16bb7 commit c66538f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/helpers/language.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ export function getLanguageByFormat(format?: string) {
switch (format) {
case 'csv':
return 'csv'
case 'tsv':
return 'tsv'
case 'ndjson':
return 'json'
case 'jsonl':
Expand Down

0 comments on commit c66538f

Please sign in to comment.