mirror of
https://github.com/davidjohnbarton/crawler-google-places.git
synced 2025-12-12 16:38:45 +00:00
Fixed typo
This commit is contained in:
parent
600d1be1ee
commit
887c5aa084
|
|
@ -1,6 +1,6 @@
|
||||||
const Apify = require('apify');
|
const Apify = require('apify');
|
||||||
|
|
||||||
const sleep = Apify.utils;
|
const { sleep } = Apify.utils;
|
||||||
|
|
||||||
const logError = (msg, e) => {
|
const logError = (msg, e) => {
|
||||||
console.log(`ERROR: ${msg}`);
|
console.log(`ERROR: ${msg}`);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user