Merge branch 'feature/IO-3066-ems-upload' into hotfix/2025-05-15
This commit is contained in:
@@ -11,7 +11,7 @@ const emsUpload = async (req, res) => {
|
|||||||
});
|
});
|
||||||
res.status(200).json({ presignedUrl });
|
res.status(200).json({ presignedUrl });
|
||||||
} catch (error) {
|
} 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,
|
error: error.message,
|
||||||
stack: error.stack
|
stack: error.stack
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user