fix: rm useless data (#3123)

This commit is contained in:
vvvvvv1vvvvvv
2025-08-19 18:46:48 +08:00
committed by GitHub
parent 753e39623c
commit 55994d00dd

View File

@@ -54,7 +54,9 @@ class GasAccountService {
this.store.sig = sig;
this.store.accountId = account?.address;
this.store.account = {
...account!,
address: account.address,
brandName: account.brandName,
type: account.type,
};
}
};