Skip to content

Commit ff154df

Browse files
committed
Address PR feedback
1 parent fa08729 commit ff154df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

opencti-platform/opencti-graphql/src/graphql/featureFlagDirective.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ interface FeatureFlagDirectiveArgs {
2323
* before feature flags being available in the client.
2424
* Defaults to `false`.
2525
*/
26-
softFail: boolean;
26+
softFail?: boolean;
2727
}
2828

2929
const FF_DIRECTIVE = 'ff';

0 commit comments

Comments
 (0)