Reserving specified workers is now possible

This commit is contained in:
mrfry 2021-04-16 14:13:39 +02:00
parent 999b11c3ec
commit 8ba1b01d33
5 changed files with 345 additions and 83 deletions

View file

@ -955,8 +955,6 @@ function setup(data: SubmoduleData): any {
dbIndex: dbIndex,
edits: req.body,
},
}).then((res) => {
console.log('AAAAAAAAAAA', res)
})
}