From a49d3c962664f697afb126b89793e0de388a71c4 Mon Sep 17 00:00:00 2001 From: Markus Kaiserswerth Date: Mon, 1 Sep 2025 08:55:27 +0100 Subject: [PATCH] Correct type for getUserWalletStatus function --- src/ps-web-apis.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ps-web-apis.ts b/src/ps-web-apis.ts index 578a79e..4dab561 100644 --- a/src/ps-web-apis.ts +++ b/src/ps-web-apis.ts @@ -307,7 +307,7 @@ export type WalletUnlockResult = }; export interface WalletV1 { - getUserWalletStatus: Promise<{ isEnabled: boolean }>; + getUserWalletStatus: () => Promise<{ isEnabled: boolean }>; getUserCreditBalance: GetUserCreditBalance; getUserUnlockedContent: () => Promise; /**