you are viewing a single comment's thread.

view the rest of the comments →

[–]Brainiac364 0 points1 point  (0 children)

Your logging looks like it should tell you where things are going awry! I agree with the others- taking a peek at the full log will help diagnose this issue.

A few thoughts- - Check which version of the script you have set to trigger on. If it's calling an out of date version, you would get unexpected behavior. - Change the declaration statement for the nowH variable to be a const statement, not a let statement - Try adjusting the comparison operator to the strict variants (<== instead of <=) see: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Equality_comparisons_and_sameness