fix pg test and lint warning

TODO: update doc and sample config
This commit is contained in:
Širhoe Biazhkovič
2022-10-17 19:32:41 +03:00
parent 3506865329
commit 3d48b882c5
2 changed files with 2 additions and 3 deletions

View File

@@ -228,7 +228,6 @@ func (cfg Config) Connect() (con Connection, err error) {
_ = rs.Close()
rs = nil
}
cfg.Login, cfg.Password = "", ""
return Connection{rs}, err
}