Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fiji-flo committed Oct 27, 2023
1 parent a572bbe commit 4056c57
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions libs/pong/pong.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ export function createPongGetHandler(client, coder) {
return [p, null];
}
if (
(p === "side") ||
(p === "hpMain") ||
(p === "hpFooter") ||
(p === "bottom")
p === "side" ||
p === "hpMain" ||
p === "hpFooter" ||
p === "bottom"
) {
const [{ contents, clickUrl, impressionUrl }] = v;
const { colors } = contents?.[0]?.data?.customData || {};
Expand Down

0 comments on commit 4056c57

Please sign in to comment.