Skip to content

Commit

Permalink
chore: sanitize audit for rotating api keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Raju-kadel-27 committed Aug 9, 2024
1 parent 40af78e commit 701a986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trpc/routers/access-token/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const accessTokenRouter = createTRPCRouter({
requestIp,
},
target: [{ type: "accessToken", id: rotated.id }],
summary: `${user.name} rotated the developer accessToken.`,
summary: `${user.name} rotated the access-token of rowID : ${rotated.id}`,
},
tx,
);
Expand Down

0 comments on commit 701a986

Please sign in to comment.