Skip to content

Commit 1920120

Browse files
authored
Update update-user.mjs
1 parent 78a8442 commit 1920120

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/ayrshare/actions/update-user/update-user.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export default {
6565
profileKey: this.profileKey,
6666
},
6767
});
68-
$.export("$summary", "Successfully sent the request to delete the user profile. Status: " + response.status);
68+
$.export("$summary", "Successfully sent the request to update the user profile. Status: " + response.status);
6969
return response;
7070
},
7171
};

0 commit comments

Comments
 (0)