Skip to content

Commit

Permalink
Removed temporary code to avoid running the sync job against all data…
Browse files Browse the repository at this point in the history
… in CRM build
  • Loading branch information
hortha committed Dec 16, 2024
1 parent c778f0f commit bc7e5ea
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,6 @@ await _trsDataSyncHelper.SyncInductionsAsync(

if (result.MoreRecords)
{
if (query.PageInfo.PageNumber == 100)
{
break;
}

query.PageInfo.PageNumber++;
query.PageInfo.PagingCookie = result.PagingCookie;
}
Expand Down

0 comments on commit bc7e5ea

Please sign in to comment.