Skip to content

Commit a8a7eb1

Browse files
committed
update workflow
1 parent 0f0f1ab commit a8a7eb1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

server/utils/fileUploader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exports.uploadFileToCloudinary = async (file, folder, height, quality) => {
1616

1717
return await cloudinary.uploader.upload(file.tempFilePath, options);
1818
} catch (error) {
19-
console.log("Error in uploading image to cloudinary: " + error);
19+
console.log("Error in uploading image to cloudinary: " + error.message);
2020
throw error;
2121
}
2222
};

0 commit comments

Comments
 (0)