1
0
Fork 0
mirror of synced 2024-06-29 19:50:26 +12:00

Merge pull request #3331 from 2002Bishwajeet/fix-typo-error-dart

fix small typo error dart
This commit is contained in:
Torsten Dittmann 2022-06-07 19:15:35 +02:00 committed by GitHub
commit fb8c5f6140
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ void main() async {
.setEndpoint('http://[HOSTNAME_OR_IP]/v1') // Make sure your endpoint is accessible
.setProject('5ff3379a01d25') // Your project ID
.setKey('cd868c7af8bdc893b4...93b7535db89')
.setSelfSigned() // Use only on dev mode with a self-signed SSL cert
.setSelfSigned(); // Use only on dev mode with a self-signed SSL cert
Users users = Users(client);