Io-3066 resolve typo.

This commit is contained in:
Patrick Fic
2025-05-15 15:46:45 -07:00
parent 9ab41308e7
commit 392988ae11

View File

@@ -11,7 +11,7 @@ const emsUpload = async (req, res) => {
});
res.status(200).json({ presignedUrl });
} catch (error) {
logger.log("usage-report-email-error", "ERROR", req?.user?.email, null, {
logger.log("ems-upload-presign-error", "ERROR", req?.user?.email, null, {
error: error.message,
stack: error.stack
});