mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Fix quickly the account sum problem for the seeding of bob's transactions
This commit is contained in:
parent
1a6ef9c595
commit
c101153975
@ -66,7 +66,10 @@ const run = async () => {
|
||||
|
||||
// create GDD
|
||||
for (let i = 0; i < creations.length; i++) {
|
||||
const now = new Date().getTime() // we have to wait a little! quick fix for account sum problem of bob@baumeister.de
|
||||
await creationFactory(seedClient, creations[i])
|
||||
// eslint-disable-next-line no-empty
|
||||
while (new Date().getTime() < now + 1000) {} // we have to wait a little! quick fix for account sum problem of bob@baumeister.de
|
||||
}
|
||||
|
||||
// create Transaction Links
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user