We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc05c99 commit cbfcc5eCopy full SHA for cbfcc5e
components/shopify/sources/common/constants.mjs
@@ -99,7 +99,6 @@ const EVENT_TOPIC = {
99
THEMES_UPDATE: "themes/update",
100
VARIANTS_IN_STOCK: "variants/in_stock",
101
VARIANTS_OUT_OF_STOCK: "variants/out_of_stock",
102
- EVENT_TOPICS_THEMES_UPDATE: "event-topics-themes-update",
103
};
104
105
const EVENT_TOPICS = Object.values(EVENT_TOPIC);
0 commit comments