mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-26 22:32:23 +02:00
UBERF-11392: Fixes to statistics (#9138)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -887,7 +887,7 @@ export class IssueSyncManager extends IssueSyncManagerBase implements DocSyncMan
|
||||
try {
|
||||
const response: any = await this.ctx.with(
|
||||
'graphql.listIssue',
|
||||
{ prj: prj.name, repo: repo.name },
|
||||
{},
|
||||
() =>
|
||||
integration.octokit.graphql(
|
||||
`query listIssues {
|
||||
|
||||
Reference in New Issue
Block a user