Skip to content

Commit

Permalink
feat(api): set a date for lastPixOrgaTermsOfServiceValidatedAt in use…
Browse files Browse the repository at this point in the history
…r builder
  • Loading branch information
P-Jeremy committed Dec 13, 2024
1 parent c2b2b41 commit e1c096e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/db/database-builder/factory/build-user.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ buildUser.withRawPassword = function buildUserWithRawPassword({
lang = 'fr',
locale,
lastTermsOfServiceValidatedAt = new Date('2019-04-28T02:42:00Z'),
lastPixOrgaTermsOfServiceValidatedAt = null,
lastPixOrgaTermsOfServiceValidatedAt = new Date('2024-01-01'),
lastPixCertifTermsOfServiceValidatedAt = null,
mustValidateTermsOfService = false,
pixOrgaTermsOfServiceAccepted = false,
Expand Down

0 comments on commit e1c096e

Please sign in to comment.