Rework triggers with arrays (#7168)

This commit is contained in:
Andrey Sobolev
2024-11-13 21:25:57 +07:00
committed by GitHub
parent 3837e68589
commit e493d35ac6
78 changed files with 2006 additions and 1871 deletions
+2 -2
View File
@@ -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 },