add next if end

This commit is contained in:
viehlieb 2023-01-20 14:02:15 +01:00
parent c98fd8aa21
commit 6655ad9900

View file

@ -39,7 +39,6 @@ module FoodsoftArticleImport
matched = row[2].gsub(/^\"/, "").gsub(/\"$/, "").match(REGEX[:main])
next if matched.nil?
else
name, units, price_high, price_low = matched.captures