Skip to content

Commit dc3b68a

Browse files
authored
fix: add memberId filter to identity verification activity query (CM-1011) (#4007)
Signed-off-by: Yeganathan S <63534555+skwowet@users.noreply.github.com>
1 parent 7e42464 commit dc3b68a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/src/api/public/v1/members/identities/verifyMemberIdentity.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ export async function verifyMemberIdentity(req: Request, res: Response): Promise
9999
filter: {
100100
and: [
101101
{
102+
memberId: { eq: memberId },
102103
username: { eq: identity.value },
103104
platform: { eq: identity.platform },
104105
},

0 commit comments

Comments
 (0)