Skip to content

Commit

Permalink
add log
Browse files Browse the repository at this point in the history
  • Loading branch information
evertonvargasvtex committed Oct 25, 2024
1 parent d0658a1 commit a693f8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/src/platforms/vtex/clients/search/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export const IntelligentSearch = (
{ account, environment, hideUnavailableItems, simulationBehavior, showSponsored }: Options,
ctx: Context
) => {
console.log("IntelligentSearch faststore", ctx)
const base = `https://${account}.${environment}.com.br/api/io`
const storeCookies = getStoreCookie(ctx)

Expand Down

0 comments on commit a693f8e

Please sign in to comment.