Skip to content

Commit f58f284

Browse files
djtfmartinCopilot
andauthored
Update registry-ws/src/main/java/org/gbif/registry/ws/resources/pipelines/PipelinesHistoryResource.java
Co-authored-by: Copilot <[email protected]>
1 parent 733660f commit f58f284

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

registry-ws/src/main/java/org/gbif/registry/ws/resources/pipelines/PipelinesHistoryResource.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,7 @@ public RunPipelineResponse runAll(
214214
@RequestParam(value = "excludeEventSteps", required = false, defaultValue = "false")
215215
boolean excludeEventSteps,
216216
@RequestParam(value = "onlyIncludeRequestedStep", required = false, defaultValue = "false")
217-
boolean onlyIncludeRequestedStep
218-
) {
217+
boolean onlyIncludeRequestedStep) {
219218
final Authentication authentication = SecurityContextHolder.getContext().getAuthentication();
220219

221220
return historyTrackingService.runLastAttempt(

0 commit comments

Comments
 (0)