Fix formatting.

This commit is contained in:
Christian Gunderman
2026-03-19 09:09:30 -07:00
parent bfa8d48939
commit ef1f336202

View File

@@ -505,9 +505,7 @@ export const useSlashCommandProcessor = (
const props = result.props as Record<string, unknown>;
if (
!props ||
typeof props['name'] !== 'string' ||
typeof props['displayName'] !== 'string' ||
!props['definition']
) {