Skip to content

Commit

Permalink
feat: bulkupload typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aashishmalik committed Sep 14, 2023
1 parent 714b8cd commit 10256b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/bulkUpload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const fileUpload = async (ctx) => {
errNotificationClient.notify(error, 'File Upload', {
...response,
...getCommonMetadata(ctx),
...getReqMetadataFileUpload(),
...getReqMetadata(ctx),
});
}
ctx.body = response;
Expand Down

0 comments on commit 10256b1

Please sign in to comment.