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) {