diff --git a/src/lib/utils/index.ts b/src/lib/utils/index.ts index f5e1d7d5..cc952f1e 100644 --- a/src/lib/utils/index.ts +++ b/src/lib/utils/index.ts @@ -126,7 +126,7 @@ export const getMimetype = async(file: Uint8Array | Buffer, name?: string): Prom try { if (isutf8(file)) { - console.log("name: ", name); + console.log("name:", name); return 'text/plain'; } } catch (e) {