From 3f8c1169ba9d7377dfaec58c55a07596a235d410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 1 Jun 2022 10:19:46 +0200 Subject: [PATCH] Fix wrongly changed month on transaction links data --- backend/src/seeds/transactionLink/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/seeds/transactionLink/index.ts b/backend/src/seeds/transactionLink/index.ts index 1db3d4828..c3245c2b6 100644 --- a/backend/src/seeds/transactionLink/index.ts +++ b/backend/src/seeds/transactionLink/index.ts @@ -5,7 +5,7 @@ export const transactionLinks: TransactionLinkInterface[] = [ email: 'bibi@bloxberg.de', amount: 19.99, memo: 'Leider wollte niemand meine Gradidos zum Neujahr haben :(', - createdAt: new Date(2022, 1, 1), + createdAt: new Date(2022, 0, 1), }, { email: 'bibi@bloxberg.de',