Updated on 2026-08-14
This commit is contained in:
parent
7fdf9167ea
commit
5a277755c4
4 changed files with 12 additions and 2 deletions
|
|
@ -61,7 +61,7 @@ internal class DefaultQuotesRepository(
|
|||
|
||||
fetchExpiredQuotes(currenciesIds, selectedAppCurrency.id, refresh)
|
||||
|
||||
val quotes = quotesStore.get(currenciesIds).first()
|
||||
val quotes = quotesStore.getSync(currenciesIds)
|
||||
|
||||
quotesConverter.convertSet(quotes)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue