Remove is active check

This commit is contained in:
2025-02-05 13:00:30 +01:00
parent b6025d01cd
commit 8b60c56f41

View File

@@ -124,7 +124,6 @@ class MeetingController:
.where(
sa.and_(
meetings.c.room_id == room.id,
meetings.c.is_active,
meetings.c.end_date > current_time,
)
)