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 502ece5 commit 00e148f
Show file tree
Hide file tree
Showing 14 changed files with 893 additions and 1,258 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 00e148f

Please sign in to comment.