mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-21 17:17:54 +02:00
UBERF-7922: Split Server Storage to middlewares (#6464)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -366,7 +366,7 @@ export class RepositorySyncMapper implements DocSyncManager {
|
||||
{ _class: github.class.DocSyncInfo, repository: repo._id, processingId: { $ne: processingId } },
|
||||
{ limit: 1000 }
|
||||
)
|
||||
const ops = derivedClient.apply(repo._id)
|
||||
const ops = derivedClient.apply()
|
||||
if (docs.length === 0) {
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user