Skip to content

Commit

Permalink
fix: missing typing
Browse files Browse the repository at this point in the history
  • Loading branch information
metabacalhau committed Mar 22, 2024
1 parent d240a56 commit aaea271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/payments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ export class Payments {
public async getSubscriptionBalance(
subscriptionDid: string,
accountAddress?: string,
): Promise<{ subscriptionType: string; isOwner: boolean; balance: bigint }> {
): Promise<{ subscriptionType: string; isOwner: boolean; balance: bigint, isSubscriptor: boolean }> {
const body = {
subscriptionDid,
accountAddress,
Expand Down

0 comments on commit aaea271

Please sign in to comment.