Skip to content

Commit

Permalink
Fiks feil navn på fullmakt bean & pakkenavn
Browse files Browse the repository at this point in the history
  • Loading branch information
LudvigHz committed Jun 7, 2024
1 parent 85e4c89 commit 79f86a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ open class PdlFullmaktConfig {
lateinit var tokenProvider: OnBehalfOfTokenClient

@Bean
open fun pdlPip(): PdlFullmaktApi {
open fun pdlFullmakt(): PdlFullmaktApi {
val oboTokenProvider = tokenProvider.bindTo(scope)

val httpClient: OkHttpClient =
Expand Down

0 comments on commit 79f86a8

Please sign in to comment.