Skip to content

Commit 7dba8ff

Browse files
committed
Include cross save platform IDs in token
1 parent 089c19e commit 7dba8ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/routes/auth-token.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export const authTokenHandler = asyncHandler(async (req, res) => {
6969
const profileIds = _.sortBy(
7070
responseData.Response.destinyMemberships
7171
// Filter out accounts that are tied to another platform's cross-save account.
72-
.filter((m) => !m.crossSaveOverride || m.crossSaveOverride === m.membershipType)
72+
// .filter((m) => !m.crossSaveOverride || m.crossSaveOverride === m.membershipType)
7373
.map((m) => m.membershipId),
7474
// Sort the primary membership ID so it's always the first one (if it
7575
// exists?). The only reason someone would have multiple accounts is if

0 commit comments

Comments
 (0)