Loading
refactor(database): replace resolve_meeting_id function with method on TDocDatabase
- Removed standalone resolve_meeting_id function from the database module. - Updated references to use the new method on TDocDatabase. - Improved code clarity by encapsulating meeting ID resolution within the database class.