Fix linter
All checks were successful
Backend ci / build (push) Successful in 7m2s

This commit is contained in:
d3m0k1d
2026-02-03 18:04:00 +03:00
parent a56fe30f83
commit 5560cf9699
2 changed files with 7 additions and 1 deletions

View File

@@ -2,9 +2,10 @@ package storage
import (
"database/sql"
"os"
"gitea.d3m0k1d.ru/d3m0k1d/d3m0k1d.ru/backend/internal/logger"
_ "modernc.org/sqlite"
"os"
)
var db_path = os.Getenv("DB_PATH")