add punish clear command back in

This commit is contained in:
John Smith 2024-05-04 13:34:33 -04:00
parent 439d2641f1
commit a4becfec38

View File

@ -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())
}