fix(backend): codefix

This commit is contained in:
ShiKhu 2022-02-05 00:19:01 +01:00
parent ca870106e2
commit 46cbd11c2d

View file

@ -3,6 +3,7 @@ package postgres
import (
"context"
"log"
"time"
"github.com/jackc/pgx/v4"
"github.com/jackc/pgx/v4/pgxpool"