File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ window.showUserLocation = async function () {
571571 */
572572class Events {
573573 static API_TOKEN = '__APIFY_TOKEN__' ;
574- static API = `https://api.apify.com/v2/acts /proloser~19hz-csv-crawler/runs/last/dataset/items?clean=true& token=${ Events . API_TOKEN } ` ;
574+ static API = `https://api.apify.com/v2/actor-tasks /proloser~19hz-csv-crawler/runs/last/dataset/items?token=${ Events . API_TOKEN } ` ;
575575 static VENUES_URL = 'venues.json' ;
576576
577577 /**
Original file line number Diff line number Diff line change @@ -451,7 +451,7 @@ window.showUserLocation = async function () {
451451 */
452452class Events {
453453 static API_TOKEN = '__APIFY_TOKEN__' ;
454- static API = `https://api.apify.com/v2/acts/apify~ cheerio-scraper/runs/last/dataset/items?clean=true& token=${ Events . API_TOKEN } ` ;
454+ static API = `https://api.apify.com/v2/actor-tasks/proloser~funcheapsf- cheerio-scraper-task /runs/last/dataset/items?token=${ Events . API_TOKEN } ` ;
455455 /**
456456 * Generates and returns a google maps info window
457457 *
You can’t perform that action at this time.
0 commit comments