Skip to content

Commit

Permalink
Merge branch 'master' into IOBP-316-resume-start-point-after-payment
Browse files Browse the repository at this point in the history
  • Loading branch information
Hantex9 authored Jan 23, 2024
2 parents 1c7a0e3 + 46af866 commit 1e9b038
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const remindersOptInEnabled = Config.REMINDERS_OPT_IN_ENABLED === "YES";
export const isNewCduFlow = Config.CDU_NEW_FLOW === "YES";

// version of ToS
export const tosVersion: NonNegativeNumber = 4.7 as NonNegativeNumber;
export const tosVersion: NonNegativeNumber = 4.8 as NonNegativeNumber;

export const fetchTimeout = pipe(
parseInt(Config.FETCH_TIMEOUT_MS, 10),
Expand Down

0 comments on commit 1e9b038

Please sign in to comment.