We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c1d2f7 commit 2246566Copy full SHA for 2246566
src/utils/slashCommands/registry.ts
@@ -515,8 +515,7 @@ const newCommandDefinition: SlashCommandDefinition = {
515
516
// Check for unknown flags - return undefined workspaceName to open modal
517
const unknownFlags = firstLineTokens.filter(
518
- (token) =>
519
- token.startsWith("-") && token !== "-t" && token !== "-m" && token !== "-r"
+ (token) => token.startsWith("-") && token !== "-t" && token !== "-m" && token !== "-r"
520
);
521
if (unknownFlags.length > 0) {
522
return {
0 commit comments