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 0d65e06 commit b932ad3Copy full SHA for b932ad3
node/services/product.ts
@@ -151,8 +151,8 @@ export async function fetchProduct(
151
const COMPARISON_SAMPLE_RATE = ctx.vtex.production ? 1 : 100 // 1% of requests will be compared in prod and 100% in dev
152
153
// List of accounts that should use intsch directly without comparison
154
- const INTSCH_ONLY_ACCOUNTS = ['b2bstoreqa', 'biggy', 'diegob2b', 'intelbras']
155
-
+ const INTSCH_ONLY_ACCOUNTS = ['b2bstoreqa', 'biggy', 'diegob2b']
+
156
// Check if current account should skip comparison and use intsch directly
157
if (INTSCH_ONLY_ACCOUNTS.includes(ctx.vtex.account)) {
158
return fetchProductFromIntsch(ctx, args)
0 commit comments