Skip to content

Commit

Permalink
Fixing typing for GetAccount
Browse files Browse the repository at this point in the history
  • Loading branch information
sketchthat committed May 28, 2018
1 parent d3fe565 commit bffbd17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/private.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class Private {
});
}

public async GetAccounts(): Promise<Account> {
public async GetAccounts(): Promise<Account[]> {
return this.common.request(true, 'post', 'GetAccounts');
}

Expand Down

0 comments on commit bffbd17

Please sign in to comment.