Skip to content

Commit f6af500

Browse files
committed
fix: fix return type
1 parent 0c181ba commit f6af500

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/account-api/src/api/group.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export function toAccountGroupId<WalletType extends AccountWalletType>(
9898
*/
9999
export function toDefaultAccountGroupId<WalletType extends AccountWalletType>(
100100
walletId: AccountWalletIdOf<WalletType>,
101-
): AccountGroupId {
101+
): AccountGroupIdOf<WalletType> {
102102
return toAccountGroupId<WalletType>(
103103
walletId,
104104
DEFAULT_ACCOUNT_GROUP_UNIQUE_ID,

0 commit comments

Comments
 (0)