Skip to content

Commit

Permalink
fix(Android): pass watcherMail correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
tompsota committed Sep 26, 2024
1 parent 9e11e63 commit b0a17cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class FreeraspPlugin : Plugin() {
val packageName = androidConfig.getString("packageName")
val certificateHashes = androidConfig.getArraySafe("certificateHashes")
val talsecBuilder = TalsecConfig.Builder(packageName, certificateHashes)
.watcherMail(config.getString("watcherMail"))
.watcherMail(configJson.getString("watcherMail"))
.supportedAlternativeStores(androidConfig.getArraySafe("supportedAlternativeStores"))
.prod(configJson.getBool("isProd") ?: true)

Expand Down

0 comments on commit b0a17cd

Please sign in to comment.