mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-12 12:47:45 +02:00
QFIX: Empty comments in github (#9258)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user