From a07247a94800994f97d7f5a41cd26ef3149bff08 Mon Sep 17 00:00:00 2001 From: gary-singh-filestack Date: Tue, 16 Jan 2024 16:22:17 +0530 Subject: [PATCH] log the last part --- src/lib/utils/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/utils/index.ts b/src/lib/utils/index.ts index 04358b44..7826131d 100644 --- a/src/lib/utils/index.ts +++ b/src/lib/utils/index.ts @@ -126,6 +126,7 @@ export const getMimetype = async(file: Uint8Array | Buffer, name?: string): Prom try { if (isutf8(file)) { + console.log("mime: ", "here"); return 'text/plain'; } } catch (e) {