Skip to content

Commit

Permalink
Fixing comments
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoxaAntoxic committed Jan 4, 2024
1 parent 2e8e2dc commit f59b3f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private static BidRequest modifyBidRequest(BidRequest bidRequest, Imp imp, Strin
return bidRequest.toBuilder()
.imp(Collections.singletonList(imp))
.app(app == null ? App.builder().id(appStoreId).build() : app.toBuilder().id(appStoreId).build())
.site(app == null ? null : site)
.site(null)
.build();
}

Expand Down

0 comments on commit f59b3f7

Please sign in to comment.