Skip to content

Commit

Permalink
Update libs/pong/pong.js
Browse files Browse the repository at this point in the history
Co-authored-by: Claas Augner <[email protected]>
  • Loading branch information
fiji-flo and caugner authored Oct 27, 2023
1 parent c7eae51 commit a572bbe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libs/pong/pong.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ export function createPongGetHandler(client, coder) {
return [p, null];
}
if (
(p === "side") |
(p === "hpMain") |
(p === "hpFooter") |
(p === "side") ||
(p === "hpMain") ||
(p === "hpFooter") ||
(p === "bottom")
) {
const [{ contents, clickUrl, impressionUrl }] = v;
Expand Down

0 comments on commit a572bbe

Please sign in to comment.