Skip to content

Commit

Permalink
(Fix) Documentation: Wrong Syntax For Android
Browse files Browse the repository at this point in the history
Fixes #999
  • Loading branch information
iamAyushChamoli committed Jul 28, 2024
1 parent e876dff commit f5e6eab
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 f5e6eab

Please sign in to comment.