Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-singh-filestack committed Feb 28, 2024
1 parent 2c6184c commit 6a485fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/utils/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export const uniqueId = (len: number = 10): string => {
*/
export const getMimetype = async(file: Uint8Array | Buffer, name?: string): Promise<string> => {
let type;
console.log('updated code log');
try {
type = await fromBuffer(file);
} catch(e) {
Expand Down

0 comments on commit 6a485fb

Please sign in to comment.