We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40af78e commit 701a986Copy full SHA for 701a986
src/trpc/routers/access-token/router.ts
@@ -149,7 +149,7 @@ export const accessTokenRouter = createTRPCRouter({
149
requestIp,
150
},
151
target: [{ type: "accessToken", id: rotated.id }],
152
- summary: `${user.name} rotated the developer accessToken.`,
+ summary: `${user.name} rotated the access-token of rowID : ${rotated.id}`,
153
154
tx,
155
);
0 commit comments