Added daytime property

This commit is contained in:
2026-06-24 15:32:46 -04:00
parent 694b9bad24
commit 28f69ec1e4

View File

@@ -61,6 +61,7 @@ export async function queryCurrent() {
for(const row of rows) {
Object.assign(result, extractRow(row));
}
console.log(result);
return result;
}