clan-app: Fix delete tasks

clan-app: Fix delete tasks
This commit is contained in:
Qubasa
2025-07-08 17:58:49 +07:00
parent 60263bac8a
commit 0c54a0f6de
3 changed files with 4 additions and 3 deletions

View File

@@ -26,7 +26,6 @@ COMMON_VERBS = {
"open", # initiate session, shell, file, etc.
"check", # validate, probe, or assert
"run", # start imperative task or action; machine-deploy etc.
"cancel"
}