Skip to content

Commit

Permalink
Fix accidentally removing account namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
PineappleIOnic committed Jan 22, 2025
1 parent d59de63 commit f55c80f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/examples/account/update-payment-method.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { Client, Account } from "@appwrite.io/console";

const client = new Client()
.setEndpoint('https://cloud.appwrite.io/v1') // Your API Endpoint
.setProject('<YOUR_PROJECT_ID>'); // Your project ID

const account = new Account(client);

Expand Down

0 comments on commit f55c80f

Please sign in to comment.