From 7bd66e8f78595879acd4aacfc61b2e58da25733d Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Thu, 16 Jun 2022 13:13:56 +0200 Subject: [PATCH] true date for Dokuemnta in Seed --- backend/src/seeds/contributionLink/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/seeds/contributionLink/index.ts b/backend/src/seeds/contributionLink/index.ts index 26cdaeebb..41d28eb60 100644 --- a/backend/src/seeds/contributionLink/index.ts +++ b/backend/src/seeds/contributionLink/index.ts @@ -12,7 +12,7 @@ export const contributionLinks: ContributionLinkInterface[] = [ name: 'Dokumenta 2022', memo: 'Vielen Dank für deinen Besuch bei der Dokumenta 2022', amount: 200, - validFrom: new Date(2022, 5, 16), + validFrom: new Date(2022, 5, 18), validTo: new Date(2022, 8, 25), }, ]