v1.0.0: lint: fix lint error

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2024-03-14 19:48:28 +01:00
commit 51e4cb9027
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
3 changed files with 6 additions and 4 deletions

View file

@ -24,7 +24,7 @@ func isLoggedIn(c echo.Context) error {
}
func init_database() {
var err error = nil
var err error
connStr := "postgres://acc:totor@postgres:5432/accounts?sslmode=disable"