Skip to content

Commit 7f4a245

Browse files
committed
remove enforcer
1 parent 76db339 commit 7f4a245

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

enterprise/cli/server.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ func server() *cobra.Command {
2121
userWorkspaceQuota int
2222
)
2323
cmd := agpl.Server(func(ctx context.Context, options *agplcoderd.Options) (*agplcoderd.API, error) {
24-
coderd.NewEnforcer(userWorkspaceQuota)
25-
2624
api, err := coderd.New(ctx, &coderd.Options{
2725
AuditLogging: auditLogging,
2826
BrowserOnly: browserOnly,

0 commit comments

Comments
 (0)