Skip to content

Commit

Permalink
updated-editprofile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashutoshpadhi629 committed Oct 12, 2024
1 parent afc9af0 commit 62f7f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/profile/EditProfilePicture.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const EditProfilePicture = () => {
formData.append('file', file);
// const fileName = file.name;
// formData.append('uniqueFileName', fileName);
uploadFileAction(formData).then((response) => {
uploadFileAction(formData, 'webp').then((response) => {
if (response.error) {
toast({
title: response.error,
Expand Down

0 comments on commit 62f7f50

Please sign in to comment.