We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8b6391 commit beb656dCopy full SHA for beb656d
utils.js
@@ -24,7 +24,6 @@ const selectors = {
24
}
25
const getProductDetails = async(url, merchant) => {
26
try{
27
- // console.log(encodeURIComponent(url));
28
const res = await axios.get(`${WORKER_URL}/?url=${encodeURIComponent(url)}`, {
29
headers: {
30
"User-Agent":
0 commit comments