Skip to content

Commit c479e6c

Browse files
authored
release: 1.2.8 (#138)
2 parents 0c36115 + 20f1c36 commit c479e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/org/gitanimals/inbox/infra/InboxHttpClientConfigurer.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class InboxHttpClientConfigurer(
1717
) {
1818

1919
@Bean
20-
fun inboxIdentityApi(token: String): IdentityApi {
20+
fun inboxIdentityApi(): IdentityApi {
2121
val restClient = RestClient
2222
.builder()
2323
.requestInterceptor { request, body, execution ->

0 commit comments

Comments
 (0)