Skip to content

Commit

Permalink
Tappx ::Mimes param is not mandatory now
Browse files Browse the repository at this point in the history
  • Loading branch information
agrandes-tappx committed Jan 5, 2022
1 parent 28e5801 commit 927f802
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/tappxBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,6 @@ function validMediaType(bid) {
logWarn(LOG_PREFIX, 'Please review the mandatory Tappx parameters for Video. Video context not supported.');
return false;
}
if (typeof video.mimes == 'undefined') {
logWarn(LOG_PREFIX, 'Please review the mandatory Tappx parameters for Video. Mimes param is mandatory.');
return false;
}
}

return true;
Expand Down

0 comments on commit 927f802

Please sign in to comment.