mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-24 05:12:24 +02:00
UBERF-8368: Fix review/reviewthread sync (#6821)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -360,7 +360,7 @@ export async function syncDerivedDocuments<T extends { url: string }> (
|
||||
externalVersion: githubExternalSyncVersion,
|
||||
derivedVersion: '',
|
||||
lastModified: new Date(r.updatedAt ?? r.createdAt).getTime(),
|
||||
parent: ext.url,
|
||||
parent: (ext.url ?? '').toLowerCase(),
|
||||
attachedTo: parentDoc._id,
|
||||
...extra
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user