From 90c51596a1d00564ccfa3d5fe737accd67440dec Mon Sep 17 00:00:00 2001 From: Claus-Peter Huebner Date: Mon, 18 Sep 2023 23:16:24 +0200 Subject: [PATCH] linting --- backend/src/seeds/community/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/seeds/community/index.ts b/backend/src/seeds/community/index.ts index d66c02c21..6a639ee44 100644 --- a/backend/src/seeds/community/index.ts +++ b/backend/src/seeds/community/index.ts @@ -29,6 +29,6 @@ export async function writeHomeCommunityEntry(): Promise { await DbCommunity.insert(homeCom) } } catch (err) { - throw new Error(`Seeding: Error writing HomeCommunity-Entry: ${err}`) + throw new Error(`Seeding: Error writing HomeCommunity-Entry`) // : ${err}`) } }