Skip to content

Commit 2246566

Browse files
committed
style: format registry.ts
1 parent 8c1d2f7 commit 2246566

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/utils/slashCommands/registry.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -515,8 +515,7 @@ const newCommandDefinition: SlashCommandDefinition = {
515515

516516
// Check for unknown flags - return undefined workspaceName to open modal
517517
const unknownFlags = firstLineTokens.filter(
518-
(token) =>
519-
token.startsWith("-") && token !== "-t" && token !== "-m" && token !== "-r"
518+
(token) => token.startsWith("-") && token !== "-t" && token !== "-m" && token !== "-r"
520519
);
521520
if (unknownFlags.length > 0) {
522521
return {

0 commit comments

Comments
 (0)