Skip to content

Commit

Permalink
add sql to readable ext mimetype
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbura committed Oct 17, 2023
1 parent 65613ef commit 7ecceed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/utils/mimeTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export const READABLE_EXT_TO_MIME_TYPE: Record<string, string> = {
me: 'text/me',
cvs: 'text/cvs',
tvs: 'text/tvs',
sql: 'text/sql',
};

export const ALLOWED_BLOB_MIME_TYPES = [
Expand Down

0 comments on commit 7ecceed

Please sign in to comment.