Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Oct 28, 2024
1 parent 953ebbc commit 4eceb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/umbrellio_utils/control.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def retry_on_unique_violation(
checked_constraints: [],
&block
)
# return yield if !retry_on_all_constraints && checked_constraints.empty?
return yield if !retry_on_all_constraints && checked_constraints.empty?

retry_on(Sequel::UniqueConstraintViolation, times:) do
DB.transaction(savepoint: true, &block)
Expand Down

0 comments on commit 4eceb04

Please sign in to comment.