today_ai_weather/lib
songtianlun 070a3dfc1c fix: handle nil state in city initialization
- Update city initialization to safely access state ID
- Use safe navigation operator to prevent potential nil errors

This change ensures that if the state is nil, the code will not raise
an error when trying to access its ID. It improves the robustness of
the city data synchronization process.
2025-02-26 14:44:07 +08:00
..
data migrate with countries_states_cities_db 2025-02-08 17:42:50 +08:00
tasks fix: handle nil state in city initialization 2025-02-26 14:44:07 +08:00