Skip to content

Commit

Permalink
add: missed rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
HI-JIN2 committed Oct 21, 2024
1 parent 121016e commit d579f8e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
package com.eatssu.android.di.network


import android.content.Context
import android.content.Intent
import android.os.Handler
import android.os.Looper
import android.util.Log
import android.widget.Toast
import com.eatssu.android.App
import com.eatssu.android.BuildConfig.BASE_URL
import com.eatssu.android.base.BaseResponse
import com.eatssu.android.data.dto.response.TokenResponse
Expand All @@ -18,6 +17,7 @@ import com.eatssu.android.data.usecase.SetRefreshTokenUseCase
import com.eatssu.android.ui.login.LoginActivity
import com.google.gson.Gson
import com.google.gson.reflect.TypeToken
import dagger.hilt.android.qualifiers.ApplicationContext
import kotlinx.coroutines.runBlocking
import okhttp3.Interceptor
import okhttp3.Request
Expand All @@ -33,6 +33,7 @@ class TokenInterceptor @Inject constructor(
private val setAccessTokenUseCase: SetAccessTokenUseCase,
private val setRefreshTokenUseCase: SetRefreshTokenUseCase,
private val logoutUseCase: LogoutUseCase,
@ApplicationContext private val context: Context
) : Interceptor {

companion object {
Expand Down

0 comments on commit d579f8e

Please sign in to comment.