Linter configuration and linting.
Some checks failed
Linting and tests / Tests (push) Failing after 1m22s
Linting and tests / Linting (push) Failing after 1m32s

This commit is contained in:
2025-09-11 02:30:15 +05:00
parent fbb3733375
commit 71c80799d2
10 changed files with 111 additions and 24 deletions

View File

@@ -41,9 +41,7 @@ func Initialize(app *application.Application) error {
}
func (d *database) Configure() error {
if err := d.configureDBPath(); err != nil {
return fmt.Errorf("configure: %w", err)
}
d.configureDBPath()
db, err := sqlx.Open("sqlite", d.dbPath)
if err != nil {