Skip to content

Commit 89d5e4c

Browse files
committed
Fix: HttpLoggingInterceptor 반환 타입 수정
1 parent ef1ff6e commit 89d5e4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/threegap/bitnagil/di/NetworkModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ object NetworkModule {
4242

4343
@Provides
4444
@Singleton
45-
fun provideHttpLoggingInterceptor(): Interceptor =
45+
fun provideHttpLoggingInterceptor(): HttpLoggingInterceptor =
4646
HttpLoggingInterceptor().apply {
4747
level = if (BuildConfig.DEBUG) {
4848
HttpLoggingInterceptor.Level.BODY

0 commit comments

Comments
 (0)