Skip to content

Commit

Permalink
Fix properties ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrebouthinon committed Jan 25, 2022
1 parent 39576d2 commit 841602d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api/controllers/adminController.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ class AdminController extends NativeController {
const promise = this.ask('core:security:load', permissions, {
force,
onExistingUsers,
refresh: waitForRefresh,
user,
refresh: waitForRefresh
});

return this._waitForAction(waitForRefresh, promise);
Expand Down

0 comments on commit 841602d

Please sign in to comment.