From abcafe76284d190e41941571999e280b402bd8e1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 28 Nov 2021 14:28:54 +0000 Subject: Automatically format code --- src/commands/dev/superUser.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/dev') diff --git a/src/commands/dev/superUser.ts b/src/commands/dev/superUser.ts index e0328db..f38419f 100644 --- a/src/commands/dev/superUser.ts +++ b/src/commands/dev/superUser.ts @@ -20,7 +20,7 @@ export default class SuperUserCommand extends BushCommand { readableType: 'add|remove', slashType: false }, - { + { id: 'user', description: 'The user to add/remove from the superuser list.', type: 'user', -- cgit