Skip to content

Commit

Permalink
Fix: #213 - updated consent to true
Browse files Browse the repository at this point in the history
  • Loading branch information
josmilan authored and georgepadayatti committed Nov 14, 2023
1 parent 5621467 commit f4b0a20
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ object PrivacyDashboard {
userId: String? = null,
): String? {
val body = ConsentStatusRequestV2()
body.optIn = false
body.optIn = true

val apiService: BBConsentAPIServices = BBConsentAPIManager.getApi(
apiKey = apiKey,
Expand Down

0 comments on commit f4b0a20

Please sign in to comment.