Skip to content

Commit 36698c5

Browse files
committed
Enable experiment as safe
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent 6f909ae commit 36698c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codersdk/deployment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2473,7 +2473,7 @@ const (
24732473
// users to opt-in to via --experimental='*'.
24742474
// Experiments that are not ready for consumption by all users should
24752475
// not be included here and will be essentially hidden.
2476-
var ExperimentsAll = Experiments{}
2476+
var ExperimentsAll = Experiments{ExperimentNotifications}
24772477

24782478
// Experiments is a list of experiments.
24792479
// Multiple experiments may be enabled at the same time.

0 commit comments

Comments
 (0)