Skip to content

Commit

Permalink
chore: change profile pic store path (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
120EE0692 authored Nov 5, 2022
1 parent 93c4ac8 commit 2709a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/context/auth/AuthState.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const AuthState = ({ children }) => {
const imageUpload = await imagekit
.upload({
file: userPicture,
folder: '/profile',
folder: '/user',
fileName: `${user.uid}.${
userPicture.type.toString().split('/')[1]
}`,
Expand Down

0 comments on commit 2709a99

Please sign in to comment.