diff --git a/src/controllers/bulkUpload.ts b/src/controllers/bulkUpload.ts index a33aa09137..ac72a8816b 100644 --- a/src/controllers/bulkUpload.ts +++ b/src/controllers/bulkUpload.ts @@ -65,7 +65,7 @@ export const fileUpload = async (ctx) => { errNotificationClient.notify(error, 'File Upload', { ...response, ...getCommonMetadata(ctx), - ...getReqMetadataFileUpload(), + ...getReqMetadata(ctx), }); } ctx.body = response;