Skip to content

Commit c978adf

Browse files
committed
hello little paren
1 parent e1d3e3c commit c978adf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coderd/coderd.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,8 @@ func New(options *Options) *API {
14151415
r.Get("/timings", api.workspaceTimings)
14161416
r.Route("/acl", func(r chi.Router) {
14171417
r.Use(
1418-
httpmw.RequireExperiment(api.Experiments, codersdk.ExperimentWorkspaceSharing))
1418+
httpmw.RequireExperiment(api.Experiments, codersdk.ExperimentWorkspaceSharing)
1419+
)
14191420

14201421
r.Patch("/", api.patchWorkspaceACL)
14211422
})

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy