diff --git a/src/nodes/vrm-api.js b/src/nodes/vrm-api.js index 5e61e93..c8fa1a0 100644 --- a/src/nodes/vrm-api.js +++ b/src/nodes/vrm-api.js @@ -94,7 +94,6 @@ module.exports = function (RED) { start = (dayStart - hourStart - 86400000) / 1000 } else if (start === 'bod') { start = (dayStart - hourStart) / 1000 - } } else if (start === 'bot') { start = (dayStart - hourStart + 86400000) / 1000 }