From e90bc9fd46e6c6b00d27bb5495c160e72b49d25a Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 24 Sep 2020 12:38:25 +0200 Subject: [PATCH] undo changes on terms and condition agreed --- backend/src/db/factories.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/db/factories.js b/backend/src/db/factories.js index df96e4359..1ebf063ff 100644 --- a/backend/src/db/factories.js +++ b/backend/src/db/factories.js @@ -64,7 +64,7 @@ Factory.define('basicUser') password: '1234', role: 'user', about: faker.lorem.paragraph, - termsAndConditionsAgreedVersion: '0.0.4', + termsAndConditionsAgreedVersion: '0.0.1', termsAndConditionsAgreedAt: '2019-08-01T10:47:19.212Z', allowEmbedIframes: false, showShoutsPublicly: false,