mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 12:49:06 +00:00
refactor: remove unnecessary docstring from get_ics_enabled method
The function name is self-explanatory
This commit is contained in:
@@ -218,9 +218,6 @@ class RoomController:
|
||||
return room
|
||||
|
||||
async def get_ics_enabled(self) -> list[Room]:
|
||||
"""
|
||||
Get all rooms with ICS enabled
|
||||
"""
|
||||
query = rooms.select().where(
|
||||
rooms.c.ics_enabled == True, rooms.c.ics_url != None
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user