From f036ed59857ee9e88419d9005ddb8f99c977864d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lazar=20Kreci=C4=87?= Date: Mon, 25 Dec 2023 11:50:01 +0100 Subject: [PATCH] typo fix --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 7eb9255..12e94f8 100644 --- a/server.js +++ b/server.js @@ -103,7 +103,7 @@ async function doRequest(url, apikey) { async function getStationInfo(city, query) { const baseUrl = `${apikeys[city].url}/publicapi/v1/announcement/announcement.php?action=get_announcement_data&station_uid=`; - if(city == "bg") throw new Error("BusLogic drastically changed and obfuscated their API. I will try to decode it, but it will take some time."); + if(city == "bg") throw new Error("BusLogic has drastically changed and obfuscated their API. I will try to decode it, but it will take some time."); if (query.uid) var url = baseUrl + query.uid; else if (query.id) { if (!id_uid_map[city])