UBERF-8368: Fix review/reviewthread sync (#6821)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev
2024-10-06 17:23:43 +05:00
committed by GitHub
parent 92bb848761
commit a78ec1bc19
4 changed files with 6 additions and 6 deletions
@@ -292,7 +292,7 @@ export class ReviewCommentSyncManager implements DocSyncManager {
objectClass: github.class.GithubReviewComment,
external: externalData,
externalVersion: githubExternalSyncVersion,
parent: createdEvent.pull_request.html_url,
parent: (createdEvent.pull_request.html_url ?? '').toLowerCase(),
lastModified: new Date(createdEvent.comment.updated_at ?? Date.now()).getTime()
})
this.provider.sync()