Skip to content

Commit

Permalink
Adding the consentSettings property so that we can access it directly…
Browse files Browse the repository at this point in the history
… in tests instead of using JSON as workaround.
  • Loading branch information
didiergarcia committed May 21, 2024
1 parent d2b3f18 commit c3249d9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ data class Settings(
var edgeFunction: JsonObject = emptyJsonObject,
var middlewareSettings: JsonObject = emptyJsonObject,
var metrics: JsonObject = emptyJsonObject,
var consentSettings: JsonObject = emptyJsonObject
) {
inline fun <reified T : Any> destinationSettings(
name: String,
Expand Down

0 comments on commit c3249d9

Please sign in to comment.