Skip to content

Commit

Permalink
Revert "chore: [IOPID-1301] Bump ToS version from 4.7 to 4.8""
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowsheep1 authored Jan 16, 2024
1 parent dfc75ab commit 19bfb1d
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 @@ -125,7 +125,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 19bfb1d

Please sign in to comment.