Skip to content

Commit

Permalink
final fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-singh-filestack committed Jan 12, 2024
1 parent 92ecd7e commit 14d14e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ export const getMimetype = async(file: Uint8Array | Buffer, name?: string): Prom
const mime = extensionToMime(name);

if (mime) {
console.log("mime:",mime)
return mime;
}
}
Expand Down

0 comments on commit 14d14e8

Please sign in to comment.