fix: remove null beforeState from audit payload
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s

This commit is contained in:
OG T
2026-06-07 15:12:16 +08:00
parent 663e0061bc
commit 7f501ab283

View File

@@ -68,7 +68,6 @@ export async function GET(request: Request) {
action: "EXTERNAL_LIST_OPEN_TASKS",
entityType: "TASK",
entityId: "open-tasks",
beforeState: null,
afterState: {
total_open: publicPayload.length,
},