mirror of
				https://github.com/warengroup/eximiabots-radiox.git
				synced 2025-11-04 08:49:34 +00:00 
			
		
		
		
	Change em dash to dash in Stations class
This commit is contained in:
		@@ -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());
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user