mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix syntax error at migrations.
Thanks to xet7 !
This commit is contained in:
parent
679d210667
commit
eb6b42c4c9
1 changed files with 12 additions and 13 deletions
|
|
@ -461,7 +461,6 @@ class CronMigrationManager {
|
||||||
await new Promise(resolve => setTimeout(resolve, duration / progressSteps));
|
await new Promise(resolve => setTimeout(resolve, duration / progressSteps));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue