Skip to content
Snippets Groups Projects
Commit 1cf3ca24 authored by Candy Inga's avatar Candy Inga
Browse files

Remove unnecessary line of code

parent 01468181
No related branches found
No related tags found
1 merge request!16feature/LN-468-parallelize-the-fetch-http-rates-calls
Pipeline #3976 failed
......@@ -17,8 +17,6 @@ class AdaUsdQuoteService
{
public $rate;
public array $rateApiProviders = ['coinapi', 'coinbase', 'coinmarketcap'];
public array $ratesArray = [];
public function __construct(protected CurrencyEnum|null $base = null, protected CurrencyEnum|null $quote = null)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment