added dateto bug

This commit is contained in:
2025-10-09 12:02:53 +10:30
parent a0252461f7
commit 4b5dd0e0dd
+1 -1
View File
@@ -72,7 +72,7 @@ module.exports = function(RED) {
const dateto = encodeURIComponent(msg.dateto || "")
if (dateto.length > 0) {
filtersstr += `&datefrom=${dateto}`
filtersstr += `&dateto=${dateto}`
}
const url = `https://myobsync.accede.com.au/download/${what}/json/${page}?apikey=${apikey}${filtersstr}`;