From 6bba756856b82565336f0bf66a126f78867559e0 Mon Sep 17 00:00:00 2001 From: roschaefer Date: Mon, 17 Feb 2020 21:09:53 +0100 Subject: [PATCH] Fix seeds, don't create additional categories --- backend/src/db/seed.js | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/db/seed.js b/backend/src/db/seed.js index f966f8b07..cf36f3039 100644 --- a/backend/src/db/seed.js +++ b/backend/src/db/seed.js @@ -967,7 +967,6 @@ const languages = ['de', 'en', 'es', 'fr', 'it', 'pt', 'pl'] [...Array(4).keys()].map(() => Factory.build( 'comment', - 4, {}, { author: jennyRostock,