fix public feature flag update (#10887)
## Context upsert from typeorm does not seem to return keys that are not updated, I'm reverting back to find/save since upsert is not consistent
This commit is contained in:
@ -472,7 +472,7 @@ describe('workspace permissions', () => {
|
||||
`,
|
||||
variables: {
|
||||
input: {
|
||||
publicFeatureFlag: 'TestFeature',
|
||||
publicFeatureFlag: 'IsStripeIntegrationEnabled',
|
||||
value: true,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user