Skip to content

Commit

Permalink
update audit log
Browse files Browse the repository at this point in the history
  • Loading branch information
mcstepp committed Sep 12, 2024
1 parent 2fc8a3a commit 0760d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dashboard/lib/trpc/routers/key/updateRootKeyName.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export const updateRootKeyName = t.procedure
});

await ingestAuditLogs({
workspaceId: key.workspace.id,
workspaceId: workspace.id,
actor: {
type: "user",
id: ctx.user.id,
Expand Down

0 comments on commit 0760d49

Please sign in to comment.