From 1189820941b2fc8b7d314748a9745d050bbcea20 Mon Sep 17 00:00:00 2001 From: Florian Dieminger Date: Tue, 7 Jan 2025 17:34:21 +0100 Subject: [PATCH] chore(placement): change statimp -> statview (#12404) --- libs/pong/pong2.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/pong/pong2.js b/libs/pong/pong2.js index 0fc80895dda2..51f6c199199f 100644 --- a/libs/pong/pong2.js +++ b/libs/pong/pong2.js @@ -47,7 +47,7 @@ export function createPong2GetHandler(zoneKeys, coder) { ads: [ { statlink = null, - statimp, + statview, Description, Image, LargeImage, @@ -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),