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

Commit

Permalink
Merge pull request #166 from AirGrid/release/v0.0.0-dev.38
Browse files Browse the repository at this point in the history
release: v0.0.0-dev.38 to MASTER
  • Loading branch information
ydennisy authored Apr 10, 2021
2 parents 074b3e8 + 50541bb commit 1aedadc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgrid/edgekit",
"version": "0.0.0-dev.37",
"version": "0.0.0-dev.38",
"homepage": "https://edgekit.org/",
"author": "AirGrid <https://airgrid.io>",
"license": "MIT",
Expand Down
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 1aedadc

Please sign in to comment.