mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-09 23:00:18 +00:00
Change em dash to dash in Stations class
This commit is contained in:
parent
c584e3632e
commit
5be3b29300
@ -13,7 +13,7 @@ export default class Stations extends Array {
|
||||
|
||||
async fetch(options: any){
|
||||
try {
|
||||
this.logger('Stations', 'Started fetching list – ' + options.url);
|
||||
this.logger('Stations', 'Started fetching list - ' + options.url);
|
||||
let list = await fetch(options.url)
|
||||
.then(this.checkFetchStatus)
|
||||
.then((response: { json: () => any; }) => response.json());
|
||||
|
Loading…
Reference in New Issue
Block a user