Skip to content

Commit

Permalink
add mimetype
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-singh-filestack committed May 22, 2024
1 parent ab33dea commit d8f1b94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_beta.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: filestack-js-beta
on:
push:
branches: [ sc-add-alt-text ]
branches: [ fix/FS-11598-latest ]
jobs:
build:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions src/lib/utils/extensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ export const ExtensionsMap = {
'application/vnd.uoml+xml': ['uoml'],
'application/vnd.vcx': ['vcx'],
'application/vnd.visio': ['vsd', 'vst', 'vss', 'vsw'],
'application/vnd.ms-visio.drawing.main+xml': ['vsdx'],
'application/vnd.visionary': ['vis'],
'application/vnd.vsf': ['vsf'],
'application/vnd.wap.wbxml': ['wbxml'],
Expand Down

0 comments on commit d8f1b94

Please sign in to comment.