Skip to content

Commit

Permalink
changed native assets order
Browse files Browse the repository at this point in the history
  • Loading branch information
bevenio committed Dec 10, 2024
1 parent 7bdfa75 commit 600e69b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/goldbachBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ export const OPENRTB = {
IMAGE: 2,
ICON: 3,
BODY: 4,
SPONSORED: 5,
CTA: 6
CTA: 5,
SPONSORED: 6,
}
}
};
Expand Down

0 comments on commit 600e69b

Please sign in to comment.