diff --git a/src/SlashCommands.tsx b/src/SlashCommands.tsx index f99868f5e0..6ce1439164 100644 --- a/src/SlashCommands.tsx +++ b/src/SlashCommands.tsx @@ -1222,4 +1222,5 @@ export function getCommand(input: string) { args, }; } + return {}; }