mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Remove pointless sum
This commit is contained in:
@@ -27,7 +27,7 @@ module ProductImport
|
||||
attr_reader :settings, :strategy, :entry_processor
|
||||
|
||||
def reset_stock
|
||||
@products_reset_count += strategy.reset
|
||||
@products_reset_count = strategy.reset
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user