Skip to content

Commit b932ad3

Browse files
committed
Remove intelbras from FF
1 parent 0d65e06 commit b932ad3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

node/services/product.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ export async function fetchProduct(
151151
const COMPARISON_SAMPLE_RATE = ctx.vtex.production ? 1 : 100 // 1% of requests will be compared in prod and 100% in dev
152152

153153
// List of accounts that should use intsch directly without comparison
154-
const INTSCH_ONLY_ACCOUNTS = ['b2bstoreqa', 'biggy', 'diegob2b', 'intelbras']
155-
154+
const INTSCH_ONLY_ACCOUNTS = ['b2bstoreqa', 'biggy', 'diegob2b']
155+
156156
// Check if current account should skip comparison and use intsch directly
157157
if (INTSCH_ONLY_ACCOUNTS.includes(ctx.vtex.account)) {
158158
return fetchProductFromIntsch(ctx, args)

0 commit comments

Comments
 (0)