Rank 3: Container
Hello, Trying to create a function in node. I followed the example on appwrite.io but receiving the acount.createJWT is not a function error when i run the function. I'm probably doing something wrong but any help is appreciated. Thanks
const client = new sdk.Client(); client .setEndpoint('myendpoint') .setProject('myproject') .setKey(mykey)const account = new sdk.Account(client);const promise = account.createJWT();