Skip to content

Commit

Permalink
v14.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
boehlerlukas committed Oct 27, 2024
1 parent 496d1f1 commit ab5e805
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/cjs/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/esm/index.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gleap",
"version": "14.0.7",
"version": "14.0.8",
"main": "build/cjs/index.js",
"module": "build/esm/index.mjs",
"exports": {
Expand Down
1 change: 1 addition & 0 deletions published/14.0.8/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion published/latest/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/GleapSession.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export default class GleapSession {
}
} catch (exp) {}

return checkIfSessionDataNeedsUpdate(userData);
return this.checkIfSessionDataNeedsUpdate(userData);
};

checkIfSessionDataNeedsUpdate = (userData) => {
Expand Down

0 comments on commit ab5e805

Please sign in to comment.