Skip to content

Commit

Permalink
Update config.ts with new ToS version (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vangaorth authored Dec 15, 2023
1 parent 341b99c commit e56ed3c
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.5 as NonNegativeNumber,
accepted_tos_version: 4.7 as NonNegativeNumber,
preferred_languages: [PreferredLanguageEnum.it_IT],
reminder_status: ReminderStatusEnum.ENABLED,
push_notifications_content_type: PushNotificationsContentTypeEnum.FULL
Expand Down

0 comments on commit e56ed3c

Please sign in to comment.