Skip to content

Commit

Permalink
chore: sonarcloud reliability check fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yashasvibajpai committed Sep 19, 2024
1 parent d6688c7 commit 155024d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v1/sources/shopify/pixelTransform.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function processPixelEvent(inputEvent) {
const { checkout } = data ?? {};
const { order } = checkout ?? {};
const { customer } = order ?? {};
let message;
let message = {};
switch (name) {
case PIXEL_EVENT_TOPICS.PAGE_VIEWED:
message = pageViewedEventBuilder(inputEvent);
Expand Down

0 comments on commit 155024d

Please sign in to comment.