Skip to content

Commit 8999692

Browse files
author
Thomas Belin
authored
runfix(core): Add qualified id for team member leave event (#11983)
1 parent 4510b09 commit 8999692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/script/team/TeamRepository.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ export class TeamRepository {
507507
amplify.publish(
508508
WebAppEvents.TEAM.MEMBER_LEAVE,
509509
teamId,
510-
userId,
510+
{domain: '', id: userId},
511511
this.userState.self().domain,
512512
new Date(time).toISOString(),
513513
);

0 commit comments

Comments
 (0)