Skip to content

Commit

Permalink
Required field changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg-Bogatyrov committed May 26, 2022
1 parent da8c7f5 commit 7e82ad9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cere_sdk/src/main/java/io/cere/cere_sdk/CereModule.kt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class CereModule(private val context: Context) {
* @param integrationPartnerUserId: The user’s id in the system.
* @param token: The user’s onboarding access token in the system.
*/
fun init(appId: String, integrationPartnerUserId: String?, token: String = "", externalUserId: String = "", authMethodType: String = "") {
fun init(appId: String, integrationPartnerUserId: String, token: String = "", externalUserId: String = "", authMethodType: String = "") {
val env = BuildConfig.environment
this.appId = appId
this.externalUserId = externalUserId
Expand Down

0 comments on commit 7e82ad9

Please sign in to comment.