Skip to content

fix incorrect TwicePerHour, 15,45 * * * * !== 'first and 30th minute'#44

Open
GDmac wants to merge 1 commit intoazza-bazoo:masterfrom
GDmac:fix_twiceonthehour
Open

fix incorrect TwicePerHour, 15,45 * * * * !== 'first and 30th minute'#44
GDmac wants to merge 1 commit intoazza-bazoo:masterfrom
GDmac:fix_twiceonthehour

Conversation

@GDmac
Copy link

@GDmac GDmac commented Oct 9, 2021

TwicePerHour only checks if numbers.length === 2.
It should check if the first part is on the hour.
Test case: "15,45 * * * *"

TwicePerHour only checks if numbers.length === 2.
It should check if the first part is on the hour.
Test case: "15,45 * * * *"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant