Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a16dc3e

Browse files
committed
fix rebase
1 parent 9ce5328 commit a16dc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ func start() *cobra.Command {
6565
// Default to the environment variable!
6666
postgresURL = os.Getenv("CODER_PG_CONNECTION_URL")
6767
}
68-
logger := slog.Make(sloghuman.Sink(os.Stderr))
68+
6969
listener, err := net.Listen("tcp", address)
7070
if err != nil {
7171
return xerrors.Errorf("listen %q: %w", address, err)

0 commit comments

Comments
 (0)