fix: prettier format

This commit is contained in:
shaw
2025-08-15 18:47:09 +08:00
parent 812e98355f
commit b1344fef8c

View File

@@ -1251,7 +1251,6 @@ const deleteAccount = async (account) => {
} }
} }
// 重置账户状态 // 重置账户状态
const resetAccountStatus = async (account) => { const resetAccountStatus = async (account) => {
if (account.isResetting) return if (account.isResetting) return
@@ -1488,7 +1487,6 @@ const formatRelativeTime = (dateString) => {
return formatLastUsed(dateString) return formatLastUsed(dateString)
} }
// 切换调度状态 // 切换调度状态
// const toggleDispatch = async (account) => { // const toggleDispatch = async (account) => {
// await toggleSchedulable(account) // await toggleSchedulable(account)