Skip to content

Commit

Permalink
Refactor: updated id upload file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Oct 14, 2023
1 parent 74e8d7f commit 79dab34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/azure.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ export const uploadSubmission = async (file) => {
};

export const uploadIdCard = async (teamName, userName, file) => {
return uploadFile(genericContainerClient, file, `identification/${teamName}-${userName}/${file.name}`);
return uploadFile(genericContainerClient, file, `documents/${teamName}/${userName}-${file.name}`);
};

0 comments on commit 79dab34

Please sign in to comment.