Skip to content

Commit

Permalink
removed unused coede
Browse files Browse the repository at this point in the history
  • Loading branch information
d-hrs committed Jan 16, 2024
1 parent 8382b46 commit de40057
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ public void search(Consumer<Iterable<GoogleAdsServiceClient.SearchPage>> consume
GoogleAdsRow lastRow = fetchLastRow(pages);
if (lastRow == null) return ;

lastRow.getChangeEvent().getChangeDateTime();
Map<String, String> nextParams = new HashMap<>();
nextParams.put("start_datetime", lastRow.getChangeEvent().getChangeDateTime());
search(consumer, nextParams);
Expand Down

0 comments on commit de40057

Please sign in to comment.