Skip to content

Commit

Permalink
compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
ankush-jain-akto committed Jul 31, 2024
1 parent 1b7d03c commit ed3662e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public APICatalogSync(String userIdentifier, int thresh, boolean fetchAllSTI, bo
buildFromDB(false, fetchAllSTI);
AccountSettings accountSettings = dataActor.fetchAccountSettings();
if (accountSettings != null && accountSettings.getPartnerIpList() != null) {
partnerIpsList = accountSettings.getPartnerIpList();
partnerIpList = accountSettings.getPartnerIpList();
}
}
}
Expand Down

0 comments on commit ed3662e

Please sign in to comment.