1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-05 23:10:41 +03:00

Fix unknown slash command error exploding

This commit is contained in:
Michael Telatynski
2021-04-13 10:33:32 +01:00
parent ee9e1a72cb
commit fd54fa5119

View File

@@ -1222,4 +1222,5 @@ export function getCommand(input: string) {
args, args,
}; };
} }
return {};
} }