Skip to content

Commit 20f1c36

Browse files
committed
fix: InboxIdentityApi의 오타를 수정한다
1 parent 0c36115 commit 20f1c36

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)