Skip to content

Commit

Permalink
fix saving charge_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
annvelents committed Dec 23, 2024
1 parent 8883ebf commit 5c7ff54
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def fix_charge_filter_properties(charge_filter)
charge: charge_filter.charge, properties: charge_filter.properties
).raise_if_error!
charge_filter.properties = result.properties
charge.save!
charge_filter.save!
end

def fix_charge_properties(charge)
Expand Down

0 comments on commit 5c7ff54

Please sign in to comment.