mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-07 02:07:43 +02:00
Rework triggers with arrays (#7168)
This commit is contained in:
@@ -1125,8 +1125,8 @@ export class GithubWorker implements IntegrationManager {
|
||||
const docs = await this.ctx.with(
|
||||
'find-doc-sync-info',
|
||||
{},
|
||||
async (ctx) =>
|
||||
await this._client.findAll<DocSyncInfo>(
|
||||
(ctx) =>
|
||||
this._client.findAll<DocSyncInfo>(
|
||||
github.class.DocSyncInfo,
|
||||
{
|
||||
needSync: { $ne: githubSyncVersion },
|
||||
|
||||
Reference in New Issue
Block a user