Skip to content

Commit

Permalink
fix: Try to load activities all the time. Add event for partially loa…
Browse files Browse the repository at this point in the history
…ded activities (to update dashboard live as it updates)
  • Loading branch information
itssimple committed Apr 8, 2022
1 parent bb03a39 commit 5270fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/scripts/destiny2/apiClient.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -909,10 +909,10 @@ export class DestinyApiClient {
characterId: characterId,
activity: activity,
});
savedAmount++;
}
savedAmount++;
}

eventEmitter.emit("character-history-partial-loaded");
log("CHARACTER-HISTORY", `Saved ${savedAmount} activities`);
}

Expand Down

0 comments on commit 5270fb4

Please sign in to comment.