Fix CI release build (#2864)

This commit is contained in:
dedrisian-oai
2025-08-28 20:06:10 -07:00
committed by GitHub
parent f7cb2f87a0
commit 3f8184034f

View File

@@ -66,8 +66,10 @@ impl SlashCommand {
| SlashCommand::Mention
| SlashCommand::Status
| SlashCommand::Mcp
| SlashCommand::Quit
| SlashCommand::TestApproval => true,
| SlashCommand::Quit => true,
#[cfg(debug_assertions)]
SlashCommand::TestApproval => true,
}
}
}