We noticed errors of `callbacks.forEach is undefined` in logs from this line: https://github.com/prebid/Prebid.js/blob/e2d074d6ddfc2ce06d8faf3099596c9393382205/modules/criteoBidAdapter.js#L288 There should be handling for cases where `callbacks` is not iterable.
We noticed errors of
callbacks.forEach is undefinedin logs from this line:Prebid.js/modules/criteoBidAdapter.js
Line 288 in e2d074d
There should be handling for cases where
callbacksis not iterable.