mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-29 03:09:40 +02:00
QFIX: Github migration + few checks (#9244)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -99,7 +99,7 @@ export abstract class IssueSyncManagerBase {
|
||||
// Find Assignees and reviewers
|
||||
const assignees: PersonId[] = []
|
||||
|
||||
for (const o of issue.assignees.nodes ?? []) {
|
||||
for (const o of issue.assignees?.nodes ?? []) {
|
||||
const acc = await this.provider.getAccount(o)
|
||||
if (acc !== undefined) {
|
||||
assignees.push(acc)
|
||||
|
||||
Reference in New Issue
Block a user