Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
Merge branch 'develop' of https://github.com/AirGrid/edgekit into dev…
Browse files Browse the repository at this point in the history
…elop
  • Loading branch information
ydennisy committed Apr 10, 2021
2 parents 4da3def + 5dd651c commit ee007b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/matchedAudiences.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ class MatchedAudienceStore {
Object.entries(loadedAudiences).forEach(([id, audience]) => {
if (this._hasAudienceExpired(audience.expiresAt)) {
this._unsetAudience(id);
return;
}
this._updatePageViewFlag(id, false);
});
Expand Down

0 comments on commit ee007b7

Please sign in to comment.