Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
BaronYu committed Nov 3, 2023
1 parent 96eb09a commit 3833b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mediagoBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ function getItems(validBidRequests, bidderRequest) {
format: sizes,
},
ext: {
ortb2Imp: utils.deepAccess(req, "ortb2Imp"), // 传入完整对象,分析日志数据
ortb2Imp: utils.deepAccess(req, 'ortb2Imp'), // 传入完整对象,分析日志数据
gpid: gpid, // 加入后无法返回广告
},
tagid: req.params && req.params.tagid,
Expand Down

0 comments on commit 3833b90

Please sign in to comment.