This commit is contained in:
legop3
2025-11-14 01:34:01 -05:00
parent dc73336d25
commit 31e31bfe2d
+1 -1
View File
@@ -23,7 +23,7 @@ managerEvents.on('rover', (evt) => {
});
}
});
// guh
// Initialize existing rovers (in case service loads after they connect)
for (const record of rovers.values()) {
syncRover(record).catch((err) => {