mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
linting
This commit is contained in:
parent
8b2bbfdb2b
commit
90c51596a1
@ -29,6 +29,6 @@ export async function writeHomeCommunityEntry(): Promise<void> {
|
||||
await DbCommunity.insert(homeCom)
|
||||
}
|
||||
} catch (err) {
|
||||
throw new Error(`Seeding: Error writing HomeCommunity-Entry: ${err}`)
|
||||
throw new Error(`Seeding: Error writing HomeCommunity-Entry`) // : ${err}`)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user