modify method name

This commit is contained in:
MaysWind
2025-03-23 14:54:55 +08:00
parent 1d23558dff
commit fc2c5a8e6c
11 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -742,7 +742,7 @@ export const useAccountsStore = defineStore('accounts', () => {
updateAccountListInvalidState(false);
}
const accounts = Account.sortAccounts(Account.ofMany(data.result));
const accounts = Account.sortAccounts(Account.ofMulti(data.result));
if (force && data.result && isEquals(allAccounts.value, accounts)) {
reject({ message: 'Account list is up to date', isUpToDate: true });