Skip to content

Commit

Permalink
Fix linter offence
Browse files Browse the repository at this point in the history
  • Loading branch information
comandeo-mongo committed Aug 16, 2023
1 parent 79bd5f5 commit 6053b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upload-api-docs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class FileUploader
{
'.html' => 'text/html',
'.css' => 'text/css',
'.js' => 'application/javascript',
'.js' => 'application/javascript'
}.fetch(File.extname(file))
end
end
Expand Down

0 comments on commit 6053b29

Please sign in to comment.