Fix ci
tests / tests (push) Successful in 10m53s

This commit is contained in:
Jon Staab
2026-06-23 15:58:40 -07:00
parent f97215de47
commit 62bbb486d8
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -27,11 +27,12 @@ export enum ManagementMethod {
BlockIp = "blockip",
UnblockIp = "unblockip",
ListBlockedIps = "listblockedips",
SignEvent = "signevent",
}
export type ManagementRequest = {
method: ManagementMethod
params: string[]
params: any[]
}
export type ManagementResponse = {