Updated on 2026-08-14
This commit is contained in:
parent
9860ecc4cb
commit
0bc27fd8c3
1 changed files with 1 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ internal class TangemTech(
|
|||
|
||||
private fun getApiKey(apiEnvironment: ApiEnvironment): String {
|
||||
return when (apiEnvironment) {
|
||||
ApiEnvironment.MOCK -> null
|
||||
ApiEnvironment.MOCK,
|
||||
ApiEnvironment.DEV,
|
||||
ApiEnvironment.DEV_2,
|
||||
-> environmentConfigStorage.getConfigSync().tangemApiKeyDev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue