Linter configuration and linting.
This commit is contained in:
@@ -4,10 +4,8 @@ import (
|
||||
"path/filepath"
|
||||
)
|
||||
|
||||
func (d *database) configureDBPath() error {
|
||||
func (d *database) configureDBPath() {
|
||||
d.dbPath = filepath.Join(d.app.Fyne().Storage().RootURI().Path(), "database.sqlite3")
|
||||
|
||||
d.logger.Info("Database path configured.", "path", d.dbPath)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user