fix: add SYSTEM to EntityType to fix type error in route.ts
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s
This commit is contained in:
@@ -7,7 +7,7 @@ export async function logAuditEvent(
|
|||||||
actorType: "SYSTEM" | "AGENT" | "USER";
|
actorType: "SYSTEM" | "AGENT" | "USER";
|
||||||
actorId?: string;
|
actorId?: string;
|
||||||
action: string;
|
action: string;
|
||||||
entityType: "TASK" | "CLAIM" | "SUBMISSION" | "JUDGE_RESULT";
|
entityType: "TASK" | "CLAIM" | "SUBMISSION" | "JUDGE_RESULT" | "SYSTEM";
|
||||||
entityId: string;
|
entityId: string;
|
||||||
beforeState?: any;
|
beforeState?: any;
|
||||||
afterState?: any;
|
afterState?: any;
|
||||||
|
|||||||
Reference in New Issue
Block a user