Skip to content

Commit

Permalink
Update UpdateDocPropagationSettingsResolver.java
Browse files Browse the repository at this point in the history
  • Loading branch information
samblackk committed Jul 30, 2024
1 parent 0a004b3 commit 80b9d16
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ public CompletableFuture<Boolean> get(final DataFetchingEnvironment environment)
final DocPropagationFeatureSettings newDocPropagationSettings =
newGlobalSettings.hasDocPropagation()
? newGlobalSettings.getDocPropagation()
: new DocPropagationFeatureSettings()
.setEnabled(true);
: new DocPropagationFeatureSettings().setEnabled(true);

// Next, patch the actions settings.
updateDocPropagationSettings(newDocPropagationSettings, input);
Expand Down

0 comments on commit 80b9d16

Please sign in to comment.