mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-24 02:25:00 +02:00
UBERF-7922: Split Server Storage to middlewares (#6464)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -1006,7 +1006,7 @@ export class GithubWorker implements IntegrationManager {
|
||||
// No more elements
|
||||
break
|
||||
}
|
||||
const ops = derivedClient.apply(generateId())
|
||||
const ops = derivedClient.apply()
|
||||
|
||||
const uris: string[] = []
|
||||
// Check if some uris need to be lowercased
|
||||
@@ -1448,7 +1448,7 @@ export class GithubWorker implements IntegrationManager {
|
||||
if (withError.length === 0) {
|
||||
break
|
||||
}
|
||||
const ops = derivedClient.apply('cleanup_github' + generateId())
|
||||
const ops = derivedClient.apply()
|
||||
for (const d of withError) {
|
||||
await ops.remove(d)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user