Refactor WorkerService to allow searchRoutes to be nullable

- Changed searchRoutes property to be of type SearchRoutes | null.
- Initialized searchRoutes to null instead of using a temporary type assertion.
- Removed conditional setup for searchRoutes in setupRoutes method, as it will be handled after database initialization.
This commit is contained in:
Alex Newman
2025-12-07 21:16:42 -05:00
parent 0a34786df9
commit efcc557e4f
2 changed files with 4 additions and 7 deletions
File diff suppressed because one or more lines are too long