Skip to content

Commit f3d019c

Browse files
authored
Enable connection revisions in prod (#3057)
1 parent 6ff1ead commit f3d019c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/components/features/features-list/EnableConnectionRevisions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ export default createFeatureConfig({
55
name: Feature.EnableConnectionRevisions,
66
state: {
77
development: true,
8-
production: false,
8+
production: true,
99
},
1010
});

0 commit comments

Comments
 (0)