We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c181ba commit f6af500Copy full SHA for f6af500
1 file changed
packages/account-api/src/api/group.ts
@@ -98,7 +98,7 @@ export function toAccountGroupId<WalletType extends AccountWalletType>(
98
*/
99
export function toDefaultAccountGroupId<WalletType extends AccountWalletType>(
100
walletId: AccountWalletIdOf<WalletType>,
101
-): AccountGroupId {
+): AccountGroupIdOf<WalletType> {
102
return toAccountGroupId<WalletType>(
103
walletId,
104
DEFAULT_ACCOUNT_GROUP_UNIQUE_ID,
0 commit comments