mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-08 02:37:44 +02:00
UBERF-11392: Fixes to statistics (#9138)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -1557,7 +1557,7 @@ export class GithubWorker implements IntegrationManager {
|
||||
}
|
||||
await this.ctx.withLog(
|
||||
'external sync',
|
||||
{ installation: integration.installationName, workspace: this.workspace.uuid },
|
||||
{},
|
||||
async () => {
|
||||
const enabled = integration.enabled && integration.octokit !== undefined
|
||||
|
||||
@@ -1652,13 +1652,15 @@ export class GithubWorker implements IntegrationManager {
|
||||
}
|
||||
await this.ctx.withLog(
|
||||
'external sync',
|
||||
{ _class: _class.join(', '), workspace: this.workspace.uuid },
|
||||
{ _class: _class.join(', ') },
|
||||
async () => {
|
||||
await mapper.externalFullSync(integration, derivedClient, _projects, _repositories)
|
||||
}
|
||||
},
|
||||
{ installation: integration.installationName, workspace: this.workspace.uuid }
|
||||
)
|
||||
}
|
||||
}
|
||||
},
|
||||
{ installation: integration.installationName, workspace: this.workspace.uuid }
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user