Skip to content

Commit

Permalink
Add Single
Browse files Browse the repository at this point in the history
  • Loading branch information
amytang0 committed Nov 17, 2020
1 parent d2d7636 commit 8998788
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package com.plaid.linksample.network

import io.reactivex.android.schedulers.AndroidSchedulers
import io.reactivex.schedulers.Schedulers
import io.reactivex.Single
import okhttp3.OkHttpClient
import retrofit2.Retrofit
Expand Down Expand Up @@ -34,7 +36,7 @@ object LinkTokenRequester {

//Comment out the above and uncomment the below to use a curled Link Token
//val token
// get() = Single.just("<GENERATED_LINK_TOKEN>">)
// get() = Single.just("<GENERATED_LINK_TOKEN>")

}

0 comments on commit 8998788

Please sign in to comment.