Skip to content

Commit bad1d45

Browse files
committed
fix audit logging
1 parent 43939d0 commit bad1d45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/routes/iam.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ const iamRoutes: FastifyPluginAsync = async (fastify, _options) => {
304304
{
305305
type: "audit",
306306
actor: request.username,
307-
target: request.body.add[i],
307+
target: request.body.remove[i],
308308
},
309309
`removed target from group ID ${groupId}`,
310310
);

0 commit comments

Comments
 (0)