Skip to content

Commit

Permalink
Enable newsletter on staging (#148)
Browse files Browse the repository at this point in the history
Enable newsletter on staging
  • Loading branch information
marcinciarka authored Aug 14, 2024
1 parent d84ae05 commit 3f3b606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/oasis-borrow/getFeatures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const getFeatures = ({ notProduction }: ConfigHelperType) => ({
UseOmniKitLinks: false,
OmniKitDebug: false,
ProductHubDebug: false,
Newsletter: false,
Newsletter: notProduction,
LambdaAutomations: {
DisableNetValueCheck: notProduction,
// same as AutomationFeatures enum in OB
Expand Down

0 comments on commit 3f3b606

Please sign in to comment.