diff --git a/pkg/db/postgres.go b/pkg/db/postgres.go index 211a8a2d..47e6e697 100644 --- a/pkg/db/postgres.go +++ b/pkg/db/postgres.go @@ -37,6 +37,7 @@ func NewPostgres(username, password, address string, port uint) (*Postgres, erro username: username, password: password, address: address, + port: port, }, nil }