mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-11-14 03:50: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){
|
async fetch(options: any){
|
||||||
try {
|
try {
|
||||||
this.logger('Stations', 'Started fetching list – ' + options.url);
|
this.logger('Stations', 'Started fetching list - ' + options.url);
|
||||||
let list = await fetch(options.url)
|
let list = await fetch(options.url)
|
||||||
.then(this.checkFetchStatus)
|
.then(this.checkFetchStatus)
|
||||||
.then((response: { json: () => any; }) => response.json());
|
.then((response: { json: () => any; }) => response.json());
|
||||||
|
Loading…
Reference in New Issue
Block a user