We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a8442 commit 1920120Copy full SHA for 1920120
components/ayrshare/actions/update-user/update-user.mjs
@@ -65,7 +65,7 @@ export default {
65
profileKey: this.profileKey,
66
},
67
});
68
- $.export("$summary", "Successfully sent the request to delete the user profile. Status: " + response.status);
+ $.export("$summary", "Successfully sent the request to update the user profile. Status: " + response.status);
69
return response;
70
71
};
0 commit comments