I wish it was impossible to make this mistake

This commit is contained in:
Zoe
2025-04-19 01:02:55 -05:00
parent d8f3c4fd69
commit d31f24c101
2 changed files with 2 additions and 1 deletions

View File

@@ -184,6 +184,7 @@ func NewApp(dbPath string) (*App, error) {
WeatherCache: weatherCache,
CategoryManager: categoryManager,
UptimeManager: uptimeManager,
db: db,
}, nil
}