From 3e378a84b8323b84e4c9ec1d9dfccf065d369dad Mon Sep 17 00:00:00 2001 From: gary-singh-filestack Date: Fri, 3 May 2024 11:21:32 +0530 Subject: [PATCH] add log --- src/lib/utils/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/utils/index.ts b/src/lib/utils/index.ts index b6ff09c5..af85aeeb 100644 --- a/src/lib/utils/index.ts +++ b/src/lib/utils/index.ts @@ -103,7 +103,7 @@ export const uniqueId = (len: number = 10): string => { */ export const getMimetype = async(file: Uint8Array | Buffer, name?: string): Promise => { let type; - console.log('hittin here...#'); + console.log('hittin here.-..#'); try { type = await fromBuffer(file); } catch(e) {