Skip to content

Commit

Permalink
Remove seller 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Robi9 committed Dec 16, 2024
1 parent d5ff4b5 commit e943000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/external/weni/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ func VtexIntelligentSearch(searchUrl string, productSearch string, hideUnavailab
}
}
} else {
allItems = append(allItems, item.ItemId+"#1")
allItems = append(allItems, item.ItemId)
}
}
}
Expand Down

0 comments on commit e943000

Please sign in to comment.