mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-06 03:00:16 -04:00
fix(audit-log): add workspaceId to deployment activation audit
This commit is contained in:
@@ -299,6 +299,7 @@ export async function PATCH(
|
||||
}
|
||||
|
||||
recordAudit({
|
||||
workspaceId: (workflowData as Record<string, unknown>)?.workspaceId as string | undefined,
|
||||
actorId: actorUserId,
|
||||
actorName: session?.user?.name,
|
||||
actorEmail: session?.user?.email,
|
||||
|
||||
Reference in New Issue
Block a user