From 7f9a12392cd019462de8aa24f17a88e01ea68621 Mon Sep 17 00:00:00 2001 From: Maksim Roi <70580821+maksimroi@users.noreply.github.com> Date: Fri, 13 Oct 2023 18:16:01 +0300 Subject: [PATCH] [AMSA-xxx] Resync (#116) --- src/core/sync-apps/sync.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/core/sync-apps/sync.ts b/src/core/sync-apps/sync.ts index 6248bfc..58643f0 100644 --- a/src/core/sync-apps/sync.ts +++ b/src/core/sync-apps/sync.ts @@ -538,6 +538,9 @@ export class Sync { yield* this.syncCustomEvents(app); yield `CustomEvents actualized`; + yield* this.syncCustomEvents(app); + yield `Repeat start sync customEvents. This case is important because adMob does not create the group immediately after creating events.`; + await this.appodealApi.reportAppSynced(app, this.id, this.adMobAccount.id, adMobApp, actualAdUnits); yield `End Sync App [${app.id}] ${app.name}`; }