Skip to content

Commit

Permalink
Fixed Prettier prob
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivam4415 committed Dec 21, 2020
1 parent 217e8c9 commit 2d2d9c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integrations/GA4/test/input.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ rudderanalytics.track("Product Added", {
url: "https://www.website.com/product/path",
image_url: "https://www.website.com/product/path.png",
});
//
//
rudderanalytics.track("Product Removed", {
product_id: "123",
sku: "F15",
Expand Down
2 changes: 1 addition & 1 deletion integrations/GA4/test/output.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ gtag("event", "view_item", {
quantity: 11,
coupon: "DISC21",
index: 1,
item_list_name: "Games", // extra
item_list_name: "Games", // extra
promotion_name: "Game",
currency: "USD",
location_id: 1,
Expand Down

0 comments on commit 2d2d9c5

Please sign in to comment.