mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-30 19:59:47 +02:00
use redpanda queue (#8291)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -701,7 +701,7 @@ export class PullRequestSyncManager extends IssueSyncManagerBase implements DocS
|
||||
|
||||
for (const [, txes] of groupedByTodo) {
|
||||
const todo = TxProcessor.buildDoc2Doc<ToDo>(txes)
|
||||
if (todo !== undefined && h.hasMixin(todo, github.mixin.GithubTodo)) {
|
||||
if (todo != null && h.hasMixin(todo, github.mixin.GithubTodo)) {
|
||||
removedTodos.push(h.as(todo, github.mixin.GithubTodo))
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user