Updated on 2026-08-14

This commit is contained in:
Tangem 2026-06-12 13:27:28 +04:00
parent 85858df71a
commit aed6a3e946
2 changed files with 2 additions and 2 deletions

View file

@ -56,7 +56,7 @@ internal object GeneratedEnvironmentConfigConverter {
customerIoCdpApiKey = GeneratedEnvironmentConfig.CustomerIO.androidApiKey,
surveySparrowToken = GeneratedEnvironmentConfig.SurveySparrow.apiKey,
surveySparrowSwapRating = createSurveySparrowSwapRating(),
authServiceKey = null, // TODO: provide service key [REDACTED_JIRA]
authServiceKey = GeneratedEnvironmentConfig.authServiceKey,
)
}