We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c9598 commit df3647aCopy full SHA for df3647a
map.js
@@ -724,7 +724,7 @@ window.showUserLocation = async function () {
724
*/
725
class Events {
726
static API_TOKEN = 'apify_api_2VVNvbl0l5Bo3S3xLVENJRKAt9GW2P1RcRX6';
727
- static API = `https://api.apify.com/v2/actor-tasks/proloser~funcheapsf-cheerio-scraper-task/runs/last/dataset/items?token=${Events.API_TOKEN}`;
+ static API = `https://api.apify.com/v2/actor-tasks/proloser~funcheapsf-cheerio-scraper-task/runs/last/dataset/items?clean=true&token=${Events.API_TOKEN}`;
728
/**
729
* Generates and returns a google maps info window
730
*
0 commit comments