Skip to content

Commit

Permalink
fix: It's better if we set the userMembership instead of userMemberships
Browse files Browse the repository at this point in the history
  • Loading branch information
itssimple committed Aug 11, 2021
1 parent 6ec73ce commit a093ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/destiny2/apiClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ function DestinyApiClient() {
JSON.stringify(memberships.Response)
);

this.userMemberships = memberships.Response;
self.userMembership = memberships.Response;

resolve(memberships.Response);
} else {
Expand Down

0 comments on commit a093ae4

Please sign in to comment.