Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

subtle bug in the condition #42633

Merged
merged 2 commits into from
Sep 17, 2024
Merged

subtle bug in the condition #42633

merged 2 commits into from
Sep 17, 2024

Commits on Sep 17, 2024

  1. subtle bug in the condition

    subtle bug in the condition used for checking if the store is open within the specified hours.
    Ensures that both conditions are checked logically (time must be both greater than or equal to the opening time and less than or equal to the closing time for the store to be considered open)
    stashut authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    b90ec30 View commit details
    Browse the repository at this point in the history
  2. update output

    stashut authored Sep 17, 2024
    Configuration menu
    Copy the full SHA
    4be4458 View commit details
    Browse the repository at this point in the history