NO FUCKING FALLBACKS GOD DAMN YOU

This commit is contained in:
2025-10-10 23:25:42 +02:00
parent 542b276614
commit f409623ae0

View File

@@ -25,9 +25,6 @@ type Database struct {
func NewDatabase() (*Database, error) {
// Get database path from options
dbPath := options.GlobalOptions.DBPath
if dbPath == "" {
dbPath = "eve-pi.db"
}
// Ensure directory exists
dir := filepath.Dir(dbPath)