Switched exclusivity, initial bugfix was incorrect
This commit is contained in:
		
							parent
							
								
									4aadad7920
								
							
						
					
					
						commit
						3a00ab0d0e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -36,7 +36,7 @@ function isAvailable(busyTimes, time, length) { | |||
|       const endTime = dayjs(busyTime.end); | ||||
| 
 | ||||
|       // Check if time is between start and end times
 | ||||
|       if (dayjs(time).isBetween(startTime, endTime, null, "(]")) { | ||||
|       if (dayjs(time).isBetween(startTime, endTime, null, "[)")) { | ||||
|         t = false; | ||||
|       } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Alex van Andel
						Alex van Andel