Updated on 2026-08-14

This commit is contained in:
Tangem 2025-04-25 14:28:29 +05:00
parent 0bd68de818
commit 546a9decb0
7 changed files with 42 additions and 20 deletions

View file

@ -37,7 +37,7 @@ internal object NFTDomainModule {
@Provides
@Singleton
fun providesRefreshAllUseCase(
fun providesRefreshAllNFTUseCase(
currenciesRepository: CurrenciesRepository,
nftRepository: NFTRepository,
): RefreshAllNFTUseCase = RefreshAllNFTUseCase(