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";
|
||||
actorId?: string;
|
||||
action: string;
|
||||
entityType: "TASK" | "CLAIM" | "SUBMISSION" | "JUDGE_RESULT";
|
||||
entityType: "TASK" | "CLAIM" | "SUBMISSION" | "JUDGE_RESULT" | "SYSTEM";
|
||||
entityId: string;
|
||||
beforeState?: any;
|
||||
afterState?: any;
|
||||
|
||||
Reference in New Issue
Block a user