Skip to content

Commit

Permalink
DEV: Rename param passed to updateNotificationLevel (discourse#16289)
Browse files Browse the repository at this point in the history
  • Loading branch information
markvanlan authored Mar 25, 2022
1 parent a356333 commit 96719cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/assets/javascripts/discourse/app/controllers/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,8 @@ export default Controller.extend(CanCheckEmails, {
bootbox.dialog(message, buttons, { classes: "delete-user-modal" });
},

updateNotificationLevel(level) {
return this.model.updateNotificationLevel(level);
updateNotificationLevel(params) {
return this.model.updateNotificationLevel(params);
},
},
});

0 comments on commit 96719cb

Please sign in to comment.