Skip to content

Commit

Permalink
feat(integration): shopify-remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yashasvibajpai committed Dec 1, 2022
1 parent 2e3efbb commit d342650
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion v0/sources/shopify/transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ const processEvent = inputEvent => {
name: "RudderStack Shopify Cloud",
version: "1.0.0"
});
// adding the subscribed topic inside context.topic
message.setProperty("context.topic", shopifyTopic);
message = removeUndefinedAndNullValues(message);
return message;
Expand Down

0 comments on commit d342650

Please sign in to comment.