Updated logger in ready.js line 30

This commit is contained in:
Christer Warén 2021-08-31 10:38:48 +03:00
parent 7a93cd001f
commit 5df88494b0

View File

@ -27,7 +27,7 @@ module.exports = {
.then(response => response.json());
client.funcs.logger('Stations', 'Successfully fetched list');
} catch (error) {
client.funcs.logger('Stations', ' Fetching list failed');
client.funcs.logger('Stations', 'Fetching list failed');
console.error(error + "\n");
}