Skip to content

Commit

Permalink
Merge pull request #1238 from iamAyushChamoli/fix-docs
Browse files Browse the repository at this point in the history
(Fix)  Documentation: Wrong Syntax For Android
  • Loading branch information
TorstenDittmann authored Aug 12, 2024
2 parents ada1c30 + f5e6eab commit 0959b59
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import io.appwrite.services.Account
val client = Client(context)
.setEndpoint("${endpoint}")
.setProject("${project}")
.setSelfSigned(status: true) // For self signed certificates, only use for development`;
.setSelfSigned(status = true) // For self signed certificates, only use for development`;
</script>

<WizardStep>
Expand Down

0 comments on commit 0959b59

Please sign in to comment.