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