From c5f19081e9bd7efe4a9a15f4604cb861203e45e8 Mon Sep 17 00:00:00 2001 From: gary-singh-filestack Date: Thu, 4 Jan 2024 10:40:49 +0530 Subject: [PATCH] add tdms to the octet-stream --- src/lib/utils/extensions.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/utils/extensions.ts b/src/lib/utils/extensions.ts index c19333e7..5fa3d7b4 100644 --- a/src/lib/utils/extensions.ts +++ b/src/lib/utils/extensions.ts @@ -97,6 +97,7 @@ export const ExtensionsMap = { 'iso', 'msp', 'buffer', + 'tdms', ], 'application/oda': ['oda'], 'application/oebps-package+xml': ['opf'],