Skip to content

Commit ca0fbe4

Browse files
authored
Merge pull request #96 from spring-media/PLUS-3365-wallet-state-sdk-2
PLUS-3365: Correct type for getUserWalletStatus function
2 parents b987f73 + a49d3c9 commit ca0fbe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ps-web-apis.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ export type WalletUnlockResult =
307307
};
308308

309309
export interface WalletV1 {
310-
getUserWalletStatus: Promise<{ isEnabled: boolean }>;
310+
getUserWalletStatus: () => Promise<{ isEnabled: boolean }>;
311311
getUserCreditBalance: GetUserCreditBalance;
312312
getUserUnlockedContent: () => Promise<UnlockedContentResult>;
313313
/**

0 commit comments

Comments
 (0)