Skip to content

Commit

Permalink
chore(placement): change statimp -> statview (#12404)
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo authored Jan 7, 2025
1 parent 210442b commit 1189820
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/pong/pong2.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function createPong2GetHandler(zoneKeys, coder) {
ads: [
{
statlink = null,
statimp,
statview,
Description,
Image,
LargeImage,
Expand All @@ -74,7 +74,7 @@ export function createPong2GetHandler(zoneKeys, coder) {
? null
: {
click: coder.encodeAndSign(statlink),
view: coder.encodeAndSign(statimp),
view: coder.encodeAndSign(statview),
image: coder.encodeAndSign(LargeImage || Image),
alt: ImageTitle && he.decode(ImageTitle),
copy: Description && he.decode(Description),
Expand Down

0 comments on commit 1189820

Please sign in to comment.