feat: bugfix

This commit is contained in:
zdl
2025-11-05 19:06:18 +08:00
parent e6ffb0dc74
commit 27b68e928e

View File

@@ -499,9 +499,6 @@ const communityDataSlice = createSlice({
state[totalKey] = total;
state[cachedCountKey] = state[stateKey].length; // 简化:不再有 null 占位符
[`state.${stateKey}.length`]: state[stateKey].length
});
state.loading[stateKey] = false;
state.lastUpdated[stateKey] = new Date().toISOString();
})