Improve code quality

This commit is contained in:
Jack251970 2025-10-14 19:39:33 +08:00
parent 7fa78f0304
commit b84ca9b283

View file

@ -13,7 +13,6 @@ public static class HistoryHelper
{
internal static List<HistoryItem> PopulateActions(this List<HistoryItem> items, bool isQuery)
{
foreach (var item in items)
{
if (item.QueryAction != null && item.ExecuteAction != null) continue;