We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9c49a commit 76ad4d5Copy full SHA for 76ad4d5
src/upload/index.ts
@@ -9,7 +9,6 @@ export const upload = (
9
options: ImageKitOptions,
10
callback?: (err: Error | null, response: UploadResponse | null) => void,
11
) => {
12
- console.log({uploadOptions})
13
if (!uploadOptions.file) {
14
respond(true, errorMessages.MISSING_UPLOAD_FILE_PARAMETER, callback);
15
return;
0 commit comments