1
0
Fork 0
mirror of synced 2024-06-03 03:14:50 +12:00

Update docs/sdks/apple/GETTING_STARTED.md

Co-authored-by: Jake Barnby <jakeb994@gmail.com>
This commit is contained in:
Christy Jacob 2022-09-13 21:54:57 +05:30 committed by GitHub
parent 59f33cbb51
commit f6868318e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,7 +122,7 @@ func main() {
let account = Account(client)
do {
let account = try await account.get()
let user = try await account.get()
print(String(describing: user.toMap()))
} catch {
print(error.localizedDescription)