Skip to content

Commit

Permalink
chore: bump tos version from 4.7 a 4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowsheep1 committed Jan 10, 2024
1 parent 1c2dd76 commit 24bfbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const defaultProfileAttrs: ProfileAttrs = {
mobile: "5555555555" as NonEmptyString,
fiscal_code: "TAMMRA80A41H501I" as FiscalCode,
email: "[email protected]" as EmailAddress,
accepted_tos_version: 4.7 as NonNegativeNumber,
accepted_tos_version: 4.8 as NonNegativeNumber,
preferred_languages: [PreferredLanguageEnum.it_IT],
reminder_status: ReminderStatusEnum.ENABLED,
push_notifications_content_type: PushNotificationsContentTypeEnum.FULL
Expand Down

0 comments on commit 24bfbae

Please sign in to comment.