Skip to content

Commit

Permalink
Bugfix, removing a redundant } in the last PR
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkjanfaber committed Aug 22, 2024
1 parent 02900b2 commit 806497b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nodes/vrm-api.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 806497b

Please sign in to comment.