Skip to content

Commit

Permalink
Merge pull request #243 from Shopify/cbruckmayer/fix-method-signature
Browse files Browse the repository at this point in the history
Fix method signature
  • Loading branch information
ChrisBr authored Oct 24, 2023
2 parents 209e7bc + 1b92c4a commit b559a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/lib/ci/queue/build_record.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def record_error(id, payload, stats: nil)
record_stats(stats)
end

def record_success(id, stats: nil)
def record_success(id, stats: nil, skip_flaky_record: false)
error_reports.delete(id)
record_stats(stats)
end
Expand Down

0 comments on commit b559a82

Please sign in to comment.