From dea34503ef61fe8f2600d2d9b0edb2eec90ebd1b Mon Sep 17 00:00:00 2001 From: Vendicated Date: Sat, 8 Oct 2022 20:36:57 +0200 Subject: Add more eslint rules --- src/api/Commands.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/api/Commands.ts') diff --git a/src/api/Commands.ts b/src/api/Commands.ts index 10503e9..907a65d 100644 --- a/src/api/Commands.ts +++ b/src/api/Commands.ts @@ -82,6 +82,8 @@ export function unregisterCommand(name: string) { BUILT_IN.splice(idx, 1); delete commands[name]; + + return true; } export interface CommandContext { -- cgit