From a3050e4f48b3bd3b948c415b464b463b95ef1c8a Mon Sep 17 00:00:00 2001 From: gary-singh-filestack Date: Tue, 16 Apr 2024 11:33:29 +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 fb9c1691..b20b235a 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) {