mirror of
https://github.com/we-promise/sure.git
synced 2026-04-20 12:34:12 +00:00
Remove dead variables, too?
This commit is contained in:
@@ -53,8 +53,6 @@ module Family::AutoTransferMatchable
|
||||
# Track which transactions we've already matched to avoid duplicates
|
||||
used_transaction_ids = Set.new
|
||||
|
||||
candidates = []
|
||||
|
||||
Transfer.transaction do
|
||||
candidates_scope.each do |match|
|
||||
next if used_transaction_ids.include?(match.inflow_transaction_id) ||
|
||||
|
||||
Reference in New Issue
Block a user