Skip to content

Commit

Permalink
change the way we compare
Browse files Browse the repository at this point in the history
  • Loading branch information
noa-kogonia committed Aug 20, 2024
1 parent c6757b1 commit d142abc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ private boolean logAdRevenue(JSONArray args) {

if(mediationNetwork != null){
for(MediationNetwork mediationNetworkEnum: MediationNetwork.values()){
if(mediationNetworkEnum.name().equals(mediationNetwork)){
if(mediationNetworkEnum.getValue().equals(mediationNetwork)){
mediationNetworkEnumVal = MediationNetwork.valueOf(mediationNetwork);
continue;
}
Expand Down

0 comments on commit d142abc

Please sign in to comment.