Updated on 2026-08-14
This commit is contained in:
parent
8f5db97d2f
commit
801a02506f
19 changed files with 255 additions and 338 deletions
|
|
@ -8,6 +8,6 @@ internal class DefaultStakeKitAuthProvider(
|
|||
) : StakeKitAuthProvider {
|
||||
|
||||
override fun getApiKey(): String {
|
||||
return configManager.config.stakeKitApiKey ?: error("No StakeKit api key provided")
|
||||
return configManager.getConfigSync().stakeKitApiKey ?: error("No StakeKit api key provided")
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue