Skip to content

Commit ba43308

Browse files
committed
use event ID as the initiator
1 parent 93b8100 commit ba43308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/routes/membership.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ const membershipPlugin: FastifyPluginAsync = async (fastify, _options) => {
248248
{
249249
function: AvailableSQSFunctions.ProvisionNewMember,
250250
metadata: {
251-
initiator: event.data.object.id,
251+
initiator: event.id,
252252
reqId: request.id,
253253
},
254254
payload: {

0 commit comments

Comments
 (0)