Skip to content

Commit

Permalink
fix: Disable cache-breaker for now. It fills your D2 api activity wit…
Browse files Browse the repository at this point in the history
…h data.
  • Loading branch information
itssimple committed Sep 4, 2021
1 parent 53bab0e commit bdfd071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/destiny2/apiClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ function DestinyApiClient(d2ApiClient) {

namedDataObject = self.mapHashesToDefinitionsInObject(namedDataObject);

const lockableItems = _lastPlayer.characterInventory.filter(
/*const lockableItems = _lastPlayer.characterInventory.filter(
(i) => i.lockable && i.inventoryitemItemType == 3
);
Expand All @@ -647,7 +647,7 @@ function DestinyApiClient(d2ApiClient) {
lockableItems[0].itemInstanceId,
lockableItems[0].state
);
}
}*/

eventEmitter.emit("destiny2-api-update", namedDataObject);

Expand Down

0 comments on commit bdfd071

Please sign in to comment.