Skip to content

Commit

Permalink
fix: removed config from account class
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth9890 committed Sep 12, 2024
1 parent cd3c569 commit 8c53d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ export class Gateway {
this.dataAsset = new DataAsset(this.client, validationService);
this.auth = new Auth(this.client);
this.dataModel = new DataModel(this.client, validationService, this.config);
this.account = new Account(this.client, validationService, this.config);
this.account = new Account(this.client);
}
}

0 comments on commit 8c53d2f

Please sign in to comment.