Skip to content

Commit

Permalink
Fix compilation error in QontoClientImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
BoD committed Aug 4, 2019
1 parent ccc2d17 commit ed442c1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ import org.jraf.klibqonto.model.pagination.Page
import org.jraf.klibqonto.model.pagination.Pagination
import org.jraf.klibqonto.model.transactions.Transaction
import retrofit2.Retrofit
import retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory
import retrofit2.converter.gson.GsonConverterFactory
import java.util.EnumSet

Expand All @@ -69,7 +68,6 @@ internal class QontoClientImpl(
private val service: QontoRetrofitService by lazy {
Retrofit.Builder()
.baseUrl(BASE_URL)
.addCallAdapterFactory(RxJava2CallAdapterFactory.create())
.addConverterFactory(GsonConverterFactory.create())
.client(OkHttpHelper.provideOkHttpClient(clientConfiguration, clientConfiguration.authentication))
.build()
Expand Down

0 comments on commit ed442c1

Please sign in to comment.