More code review fixes

This commit is contained in:
Nathan Byrd 2022-03-28 14:41:12 -05:00
parent abaca6c8ef
commit ec2f6af1d0
3 changed files with 9 additions and 3 deletions

View file

@ -509,7 +509,7 @@ exports.MenuModule = class MenuModule extends PluginModule {
this.optionalMoveToPosition(position);
return theme.displayThemedPause(this.client, position, cb);
return theme.displayThemedPause(this.client, {position}, cb);
}
promptForInput( { formName, formId, promptName, prevFormName, position } = {}, options, cb) {