Remove extra space in price server URL
This commit is contained in:
		
							parent
							
								
									2176b358b9
								
							
						
					
					
						commit
						b2c3bdcb43
					
				@ -20,7 +20,7 @@ class FiatConversion {
 | 
			
		||||
 | 
			
		||||
  private async updateCurrency(): Promise<void> {
 | 
			
		||||
    try {
 | 
			
		||||
      const response = await axios.get('https://price.bisq.wiz.biz/getAllMarketPrices ');
 | 
			
		||||
      const response = await axios.get('https://price.bisq.wiz.biz/getAllMarketPrices');
 | 
			
		||||
      const usd = response.data.data.find((item: any) => item.currencyCode === 'USD');
 | 
			
		||||
      this.conversionRates = {
 | 
			
		||||
        'USD': usd.price,
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user