Fix getAddressesForMemberId
This commit is contained in:
parent
9eaae9ec5d
commit
51d84c01dd
@ -1130,7 +1130,8 @@ export default class Services {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public getAddressesForMemberId(memberId: string): string[] | null {
|
public getAddressesForMemberId(memberId: string): string[] | null {
|
||||||
return this.memberList[memberId];
|
return this.membersList[memberId];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user