From 43f941f4a3bdb5aa9b9e9d6b92933c49ff128e6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Sverre=20Lien=20Sell=C3=A6g?= Date: Wed, 6 Jul 2022 16:41:19 +0200 Subject: [PATCH] replace wrongly placed space --- bin/scrape.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/scrape.mjs b/bin/scrape.mjs index 6c02578..261d1d4 100644 --- a/bin/scrape.mjs +++ b/bin/scrape.mjs @@ -51,7 +51,7 @@ const updated = (oldEvent, scrapedEvent) => { if (!scrape) { console.log( 100, - `Skipping #${place.id}$ {place.name}. Reason: Scraper is ${place.scraper}` + `Skipping #${place.id} ${place.name}. Reason: Scraper is ${place.scraper}` ); } return scrape;