UBERF-11206: Few fixes related to Github sync (#9102)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2025-05-27 11:50:11 +07:00
committed by GitHub
parent 868bb7a5d5
commit 299f5c9545
5 changed files with 60 additions and 33 deletions
+1 -1
View File
@@ -1476,7 +1476,7 @@ export class GithubWorker implements IntegrationManager {
'sync doc',
{},
(ctx) => mapper.sync(existing, info, parent, derivedClient),
{ url: info.url.toLowerCase(), workspace: this.workspace.uuid }
{ url: info.url.toLowerCase(), workspace: this.workspace.uuid, existing: existing !== undefined }
)
if (docUpdate !== undefined) {
await derivedClient.update(info, docUpdate)