We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695d694 commit 2c22211Copy full SHA for 2c22211
src/main/java/org/prebid/server/bidder/mobilefuse/MobilefuseBidder.java
@@ -64,10 +64,6 @@ private Imp modifyImp(Imp imp) {
64
}
65
66
final ExtImpMobilefuse impExt = parseImpExt(imp);
67
- if (impExt == null) {
68
- return null;
69
- }
70
-
71
final ObjectNode skadn = parseSkadn(imp.getExt());
72
return imp.toBuilder()
73
.tagid(Objects.toString(impExt.getPlacementId(), "0"))
0 commit comments