diff --git a/backend/main.py b/backend/main.py index 1d005d4..2c49073 100644 --- a/backend/main.py +++ b/backend/main.py @@ -63,8 +63,6 @@ class EventUpdate(BaseModel): class RoomUpdate(BaseModel): new_name: str - room_id: int - updated_by: int app = FastAPI( title="Calendar API",