Updated on 2026-08-14
This commit is contained in:
parent
baa1edbf0c
commit
ebe9f2ec91
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ internal object AccountCreatorModule {
|
|||
|
||||
@Provides
|
||||
@Singleton
|
||||
fun provideAccountCreator(authProvider: AuthProvider, @DevTangemApi tangemTechApi: TangemTechApi): AccountCreator {
|
||||
fun provideAccountCreator(authProvider: AuthProvider, tangemTechApi: TangemTechApi): AccountCreator {
|
||||
return DefaultAccountCreator(authProvider, tangemTechApi)
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue