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

Conversation

stashut
Copy link
Contributor

@stashut stashut commented Sep 17, 2024

Summary

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)

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)
@dotnet-bot dotnet-bot added this to the September 2024 milestone Sep 17, 2024
@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates PR is created by someone from the .NET community. label Sep 17, 2024
Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @stashut

This looks great, and I'll :shipit: now.

@BillWagner BillWagner enabled auto-merge (squash) September 17, 2024 13:15
@BillWagner BillWagner merged commit fadc18d into dotnet:main Sep 17, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community-contribution Indicates PR is created by someone from the .NET community.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants