mirror of
https://gitlab.com/veilid/veilid.git
synced 2024-11-21 16:37:39 -06:00
add punish clear command back in
This commit is contained in:
parent
439d2641f1
commit
a4becfec38
@ -1919,6 +1919,8 @@ impl VeilidAPI {
|
||||
|
||||
if command == "list" {
|
||||
self.debug_punish_list(args).await
|
||||
} else if command == "clear" {
|
||||
self.debug_punish_clear(args).await
|
||||
} else {
|
||||
Ok(">>> Unknown command\n".to_owned())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user