Skip to content

Commit

Permalink
fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
octonato committed Nov 16, 2023
1 parent 765fa5b commit f4d659e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,12 @@ case class KalixSpringApplication(applicationContext: ApplicationContext, config
webClientProviderHolder.webClientProvider
}

private def kalixClient(context: Context) = {
private def kalixClient(context: Context): KalixClient = {
kalixClient.setWebClient(webClientProvider(context).localWebClient)
kalixClient
}

private def componentClient(context: Context) = {
private def componentClient(context: Context): ComponentClient = {
kalixClient.setWebClient(webClientProvider(context).localWebClient)
componentClient
}
Expand Down

0 comments on commit f4d659e

Please sign in to comment.