Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoxaAntoxic committed Sep 5, 2023
1 parent 5ec8db3 commit b296655
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ public HuaweiAdm buildNative(AdsType adType, Content content, Native xNative) {

try {
final String adm = mapper.mapper().writeValueAsString(response).replace("\n", "");
//todo: returns nullable width and height if no video or image present or no assets
//todo: returns nullable width and height if no video or image present
return HuaweiAdm.of(adm, adWidth, adHeight);
} catch (JsonProcessingException e) {
throw new PreBidException(e.getMessage());
Expand Down

0 comments on commit b296655

Please sign in to comment.