fix: path
This commit is contained in:
parent
f911384242
commit
3ad22f95ef
1 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ export const fileLocation = {
|
|||
bank: (branchId: string, bankId: string) => `branch/bank-qr-${branchId}-${bankId}`,
|
||||
},
|
||||
user: {
|
||||
profile: (userId: string, name?: string) => `user/profile-image-${userId}-${name || ""}`,
|
||||
attachment: (userId: string, name?: string) => `user/attachment-${userId}-${name || ""}`,
|
||||
profile: (userId: string, name?: string) => `user/profile-image-${userId}/${name || ""}`,
|
||||
attachment: (userId: string, name?: string) => `user/attachment-${userId}/${name || ""}`,
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue