Skip to content

Commit

Permalink
added checks paramter
Browse files Browse the repository at this point in the history
  • Loading branch information
ANKUR DWIVEDI authored and ANKUR DWIVEDI committed Jul 19, 2024
1 parent 2f9c49a commit 76ad4d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/upload/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export const upload = (
options: ImageKitOptions,
callback?: (err: Error | null, response: UploadResponse | null) => void,
) => {
console.log({uploadOptions})
if (!uploadOptions.file) {
respond(true, errorMessages.MISSING_UPLOAD_FILE_PARAMETER, callback);
return;
Expand Down

0 comments on commit 76ad4d5

Please sign in to comment.