diff --git a/shared/featureSwitches.ts b/shared/featureSwitches.ts index 8919ab1c2..ad57d869f 100644 --- a/shared/featureSwitches.ts +++ b/shared/featureSwitches.ts @@ -33,5 +33,5 @@ export const featureSwitches: Record = { exampleFeature: false, appSubscriptions: true, supporterPlusUpdateAmount: true, - digisubSave: false, + digisubSave: true, };