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',