From 60e3641665cd5c91421782d481c25a89cb61c6be Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 26 Dec 2021 22:23:45 +0000 Subject: Automatically format code --- src/lib/utils/BushConstants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/utils') diff --git a/src/lib/utils/BushConstants.ts b/src/lib/utils/BushConstants.ts index 297a641..3327e8f 100644 --- a/src/lib/utils/BushConstants.ts +++ b/src/lib/utils/BushConstants.ts @@ -170,7 +170,7 @@ export class BushConstants { SEND_MESSAGES_IN_THREADS: { name: 'Send Messages In Threads', important: false }, START_EMBEDDED_ACTIVITIES: { name: 'Start Activities', important: false }, MODERATE_MEMBERS: { name: 'Moderate Members', important: true }, - MANAGE_EVENTS: { name: 'Manage Events', important: true }, + MANAGE_EVENTS: { name: 'Manage Events', important: true } }, // prettier-ignore -- cgit