WebUI: disallow unnecessary semicolons

This commit is contained in:
Chocobo1
2025-04-17 18:48:12 +08:00
parent 45babc336d
commit 70dbe9468a
9 changed files with 19 additions and 18 deletions

View File

@@ -232,7 +232,7 @@
if ((row.full_data.dataPath.slice(0, selectedPath.length) === selectedPath) && (row.full_data.dataUid !== ""))
feedsToUpdate.add(row);
}
};
}
feedsToUpdate.forEach((feed) => refreshFeed(feed.full_data.dataUid));
},
markRead: markSelectedAsRead,