Skip to content

Commit

Permalink
tifdIndex so it's not null
Browse files Browse the repository at this point in the history
Signed-off-by: Joanne Wang <jowg@amazon.com>
  • Loading branch information
jowg-amazon committed Jan 10, 2024
1 parent b4aa5fb commit 439ae36
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ public void getThreatIntelFeedData(
public void onResponse(AcknowledgedResponse acknowledgedResponse) {
log.debug("Acknowledged threat intel feed updater job created");
countDownLatch.countDown();
String tifdIndex = getLatestIndexByCreationDate();
threatIntelFeedDataService.getThreatIntelFeedData(listener, tifdIndex);
}
@Override
Expand Down

0 comments on commit 439ae36

Please sign in to comment.