mirror of
https://github.com/IT4Change/gradido.git
synced 2026-01-20 20:01:31 +00:00
fix linting
This commit is contained in:
parent
44e3e38937
commit
8c031a562a
@ -46,9 +46,8 @@ const run = async (command: string) => {
|
||||
await runSeeder(CreateBibiBloxbergSeed)
|
||||
await runSeeder(CreateRaeuberHotzenplotzSeed)
|
||||
await runSeeder(CreateBobBaumeisterSeed)
|
||||
// eslint-disable-next-line no-case-declarations
|
||||
const arr = new Array(96)
|
||||
arr.forEach(async () => {
|
||||
// eslint-disable-next-line prefer-spread
|
||||
Array.apply(null, Array(96)).forEach(async () => {
|
||||
await runSeeder(CreateUserSeed)
|
||||
})
|
||||
await runSeeder(CreateGarrickOllivanderSeed)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user