QFIX: Empty comments in github (#9258)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2025-06-16 19:30:11 +07:00
committed by GitHub
parent 5b3cb9f84d
commit ba9131545d
2 changed files with 9 additions and 3 deletions
+6 -1
View File
@@ -1476,7 +1476,12 @@ export class GithubWorker implements IntegrationManager {
'sync doc',
{},
(ctx) => mapper.sync(existing, info, parent, derivedClient),
{ url: info.url.toLowerCase(), workspace: this.workspace.uuid, existing: existing !== undefined }
{
url: info.url.toLowerCase(),
workspace: this.workspace.uuid,
existing: existing !== undefined,
objectClass: info.objectClass
}
)
if (docUpdate !== undefined) {
await derivedClient.update(info, docUpdate)