Skip to content

Commit

Permalink
Merge branch 'temp1' of github.com:descope/descope-js into temp1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomerlichtash committed Oct 14, 2024
2 parents 86ba7af + 80b7dc7 commit 789ed91
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/sdks/web-js-sdk/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ export const IS_BROWSER = typeof window !== 'undefined';
// Maximum timeout value for setTimeout
// For more information, refer to https://developer.mozilla.org/en-US/docs/Web/API/setTimeout#maximum_delay_value
export const MAX_TIMEOUT = Math.pow(2, 31) - 1;

export const a = 1

0 comments on commit 789ed91

Please sign in to comment.