Merge branch 'devel'

This commit is contained in:
HF 2022-09-07 13:21:17 +02:00
commit e74cfb76c4

View File

@ -213,6 +213,7 @@ const incrementLoop = async () => {
if (!incrementQueue.length) {
clearInterval(pushLoop);
pushLoop = null;
return;
}
try {
sequelize.transaction(async (t) => {