We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76db339 commit 7f4a245Copy full SHA for 7f4a245
enterprise/cli/server.go
@@ -21,8 +21,6 @@ func server() *cobra.Command {
21
userWorkspaceQuota int
22
)
23
cmd := agpl.Server(func(ctx context.Context, options *agplcoderd.Options) (*agplcoderd.API, error) {
24
- coderd.NewEnforcer(userWorkspaceQuota)
25
-
26
api, err := coderd.New(ctx, &coderd.Options{
27
AuditLogging: auditLogging,
28
BrowserOnly: browserOnly,
0 commit comments