Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Formatting
  • Loading branch information
Emyrk committed May 27, 2022
commit 047c234aad3e1a03dfb68e8b0a019a949050517c
3 changes: 1 addition & 2 deletions cli/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ func server() *cobra.Command {
devFirstPassword string
devMemberEmail string
devMemberPassword string

postgresURL string
postgresURL string
// provisionerDaemonCount is a uint8 to ensure a number > 0.
provisionerDaemonCount uint8
oauth2GithubClientID string
Expand Down
1 change: 0 additions & 1 deletion coderd/httpmw/apikey_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"time"

"github.com/google/uuid"

"github.com/stretchr/testify/require"
"golang.org/x/oauth2"

Expand Down