From 6d6664935ea178ff30830d37ab4dcf3198387a99 Mon Sep 17 00:00:00 2001 From: gary-singh-filestack Date: Tue, 16 Apr 2024 10:33:20 +0530 Subject: [PATCH] updated picker --- 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 b20b235a..fb9c1691 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) {