Skip to content

Commit

Permalink
feat: orgs api
Browse files Browse the repository at this point in the history
  • Loading branch information
manisha1997 committed Dec 5, 2024
1 parent 00e148f commit 7976fa2
Show file tree
Hide file tree
Showing 17 changed files with 1,264 additions and 896 deletions.
4 changes: 2 additions & 2 deletions examples/node/src/rest/api/V2010.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export default class V2010 extends Version {

/** Getter for account resource */
get account(): AccountContext {
this._account = this._account || AccountListInstance(this)(this.domain.twilio.accountSid);
this._account =
this._account || AccountListInstance(this)(this.domain.twilio.accountSid);
return this._account;
}

}
Loading

0 comments on commit 7976fa2

Please sign in to comment.