Skip to content

Commit fcfc0a2

Browse files
authored
Update API URL to include clean parameter
1 parent 5afe3c0 commit fcfc0a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

19hz/map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ window.showUserLocation = async function () {
571571
*/
572572
class Events {
573573
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}`;
574+
static API = `https://api.apify.com/v2/actor-tasks/proloser~19hz-csv-crawler/runs/last/dataset/items?clean=true&token=${Events.API_TOKEN}`;
575575
static VENUES_URL = 'venues.json';
576576

577577
/**

0 commit comments

Comments
 (0)