mirror of
https://github.com/hcengineering/platform.git
synced 2025-03-20 14:01:51 +00:00
UBERF-8053: Disable re-check for milestones
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
f7d831a756
commit
f42554b5fb
@ -429,8 +429,8 @@ export class IssueSyncManager extends IssueSyncManagerBase implements DocSyncMan
|
||||
)
|
||||
if (target === null) {
|
||||
// We need to wait, no milestone data yet.
|
||||
this.ctx.error('target === null', { url: info.url })
|
||||
return { needSync: '' }
|
||||
this.ctx.error('target === null, no milestone data yet', { url: info.url })
|
||||
return { needSync: githubSyncVersion }
|
||||
}
|
||||
if (target === undefined) {
|
||||
target = this.getProjectIssueTarget(container.project, issueExternal)
|
||||
|
Loading…
Reference in New Issue
Block a user