Skip to content

Commit 1189820

Browse files
authored
chore(placement): change statimp -> statview (#12404)
1 parent 210442b commit 1189820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: libs/pong/pong2.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export function createPong2GetHandler(zoneKeys, coder) {
4747
ads: [
4848
{
4949
statlink = null,
50-
statimp,
50+
statview,
5151
Description,
5252
Image,
5353
LargeImage,
@@ -74,7 +74,7 @@ export function createPong2GetHandler(zoneKeys, coder) {
7474
? null
7575
: {
7676
click: coder.encodeAndSign(statlink),
77-
view: coder.encodeAndSign(statimp),
77+
view: coder.encodeAndSign(statview),
7878
image: coder.encodeAndSign(LargeImage || Image),
7979
alt: ImageTitle && he.decode(ImageTitle),
8080
copy: Description && he.decode(Description),

0 commit comments

Comments
 (0)