From ef1f336202b2d414419481491ee7961e928535c0 Mon Sep 17 00:00:00 2001 From: Christian Gunderman Date: Thu, 19 Mar 2026 09:09:30 -0700 Subject: [PATCH] Fix formatting. --- packages/cli/src/ui/hooks/slashCommandProcessor.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/cli/src/ui/hooks/slashCommandProcessor.ts b/packages/cli/src/ui/hooks/slashCommandProcessor.ts index 5b58c0d202..9a7ec0b932 100644 --- a/packages/cli/src/ui/hooks/slashCommandProcessor.ts +++ b/packages/cli/src/ui/hooks/slashCommandProcessor.ts @@ -505,9 +505,7 @@ export const useSlashCommandProcessor = ( const props = result.props as Record; if ( !props || - typeof props['name'] !== 'string' || - typeof props['displayName'] !== 'string' || !props['definition'] ) {