Skip to content

Commit 76ad4d5

Browse files
ANKUR DWIVEDIANKUR DWIVEDI
authored andcommitted
added checks paramter
1 parent 2f9c49a commit 76ad4d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/upload/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export const upload = (
99
options: ImageKitOptions,
1010
callback?: (err: Error | null, response: UploadResponse | null) => void,
1111
) => {
12-
console.log({uploadOptions})
1312
if (!uploadOptions.file) {
1413
respond(true, errorMessages.MISSING_UPLOAD_FILE_PARAMETER, callback);
1514
return;

0 commit comments

Comments
 (0)