fix: refresh community tag counts safely

This commit is contained in:
hajimi
2026-08-02 20:51:09 +08:00
parent 95571f7f05
commit 05791bbdad
@@ -280,7 +280,6 @@ class CommunityPostLogic extends BaseLogic
->count();
CommunityTag::where('id', $tagId)->update([
'post_count' => $postCount,
'update_time' => time(),
]);
}
}