We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5afe3c0 commit fcfc0a2Copy full SHA for fcfc0a2
1 file changed
19hz/map.js
@@ -571,7 +571,7 @@ window.showUserLocation = async function () {
571
*/
572
class Events {
573
static API_TOKEN = '__APIFY_TOKEN__';
574
- static API = `https://api.apify.com/v2/actor-tasks/proloser~19hz-csv-crawler/runs/last/dataset/items?token=${Events.API_TOKEN}`;
+ static API = `https://api.apify.com/v2/actor-tasks/proloser~19hz-csv-crawler/runs/last/dataset/items?clean=true&token=${Events.API_TOKEN}`;
575
static VENUES_URL = 'venues.json';
576
577
/**
0 commit comments