Fix /ask sometimes triggering a search

This commit is contained in:
Stanko K.R.
2025-08-13 15:26:33 +02:00
parent 4f219fadf3
commit 95b324cda7
@@ -13,7 +13,7 @@ class Prompts::CommandsController < ApplicationController
[ "/user", "Open user profile", "/user " ],
[ "/tag", "Tag selected cards", "/tag #" ],
[ "/stage", "Move cards to a Workflow Stage", "/stage " ],
[ "/ask", "Ask a question about cards", "/ask " ],
[ "/ask", "Ask a question about cards", "/ask" ],
[ "/help", "Show help menu", "/help" ]
]