fix: remove null beforeState from audit payload
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:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user