Skip to content

Debug 24hr bug#808

Open
LWS49 wants to merge 2 commits into
mainfrom
debug-24hr
Open

Debug 24hr bug#808
LWS49 wants to merge 2 commits into
mainfrom
debug-24hr

Conversation

@LWS49

@LWS49 LWS49 commented Sep 20, 2023

Copy link
Copy Markdown
Contributor

Resolves: 24-hour booking bug

changed const endHour = endTimeObject.getHours() to const endHour = endTimeObject.getHours() == 0 ? 24 : endTimeObject.getHours() so that for endtime with hour 0, all blocks will be marked occupied

  • I made sure the code compiles on my machine
  • I made sure there are no unnecessary changes in** the code
  • I made sure the title of the PR reflects the core meaning of the issue you are solving
  • I made sure the commit message(s) contain a description and answer the question "Why do those changes fix that particular issue?" or "Why are those changes really necessary as improvements?"

@LWS49 LWS49 requested a review from kwangyy September 20, 2023 05:50
@vercel

vercel Bot commented Sep 20, 2023

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
rhapp ✅ Ready (Inspect) Visit Preview Sep 20, 2023 5:50am

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