Skip to content

Commit

Permalink
fix Slate Analytics 404 error
Browse files Browse the repository at this point in the history
  • Loading branch information
pablogiralt committed Apr 20, 2021
1 parent c97ad18 commit 0fd9161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function event(name, payload = {}) {
};
}

return axios('https://v.shopify.com/slate/track', axiosConfig);
// return axios('https://v.shopify.com/slate/track', axiosConfig);
}

module.exports = {
Expand Down

0 comments on commit 0fd9161

Please sign in to comment.