Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi committed Jun 28, 2024
1 parent 32fb872 commit 6278535
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/db/postgres.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ func NewPostgres(username, password, address string, port uint) (*Postgres, erro
username: username,
password: password,
address: address,
port: port,
}, nil
}

Expand Down

0 comments on commit 6278535

Please sign in to comment.