Skip to content

Commit

Permalink
????
Browse files Browse the repository at this point in the history
  • Loading branch information
MindChirp committed Aug 27, 2024
1 parent 8645775 commit 105ed30
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/kontres/serializer/reservation_seralizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ def validate_time_and_overlapping(self, data):
bookable_item = data.get(
"bookable_item", self.instance.bookable_item if self.instance else None
)

# Check for overlapping reservations only if necessary fields are present
if bookable_item and start_time and end_time and not state_being_modified:
# Build the query for overlapping reservations
Expand Down

0 comments on commit 105ed30

Please sign in to comment.