Skip to content

Commit

Permalink
log name
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-singh-filestack committed Jan 12, 2024
1 parent c328783 commit e0390ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const getMimetype = async(file: Uint8Array | Buffer, name?: string): Prom
console.warn("An exception occurred while processing the buffer:", e.message);
}

console.log("passed here");
console.log("passed here: ",name);
if (name && name.indexOf('.') > -1) {
const mime = extensionToMime(name);

Expand Down

0 comments on commit e0390ff

Please sign in to comment.