Skip to content

Commit

Permalink
fix wrong usage of include_activity in workflow completion service
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyThiessen committed Mar 6, 2025
1 parent 77bfcf2 commit 0231518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/workflow_executions/completion_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def merge_metadata_onto_samples
params = {
'metadata' => swe.metadata,
'analysis_id' => @workflow_execution.id,
'include_activity' => false
include_activity: false
}
Samples::Metadata::UpdateService.new(
swe.sample.project, swe.sample, current_user, params
Expand Down

0 comments on commit 0231518

Please sign in to comment.