Skip to content

Commit

Permalink
add log to update picker
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-singh-filestack committed Feb 1, 2024
1 parent 63d158e commit 2e94920
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ export const getMimetype = async(file: Uint8Array | Buffer, name?: string): Prom

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

if (mime) {
return mime;
}
Expand Down

0 comments on commit 2e94920

Please sign in to comment.