BE+FE: legacy sync endpoint removal - see release notes

Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
jokob-sk
2026-02-15 16:20:34 +11:00
parent 3587169791
commit c1e6a69e05
3 changed files with 0 additions and 107 deletions

View File

@@ -27,11 +27,8 @@ function initOnlineHistoryGraph() {
var archivedCounts = [];
res.data.forEach(function(entry) {
console.log(entry.Scan_Date);
// var dateObj = new Date(entry.Scan_Date);
var formattedTime = localizeTimestamp(entry.Scan_Date).slice(11, 17);
// dateObj.toLocaleTimeString([], {hour: '2-digit', minute: '2-digit', hour12: false});
timeStamps.push(formattedTime);
onlineCounts.push(entry.Online_Devices);