Skip to content

Commit

Permalink
[AMSA-xxx] Resync (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
maksimroi authored Oct 13, 2023
1 parent 847e250 commit 7f9a123
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/core/sync-apps/sync.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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}`;
}
Expand Down

0 comments on commit 7f9a123

Please sign in to comment.