mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-16 04:24:23 +00:00
Fix rubocop issue
This commit is contained in:
@@ -191,7 +191,7 @@ module ProductImport
|
||||
end
|
||||
|
||||
def staged_import?
|
||||
@import_settings&.key?(:start) && @import_settings.key?(:end)
|
||||
@import_settings&.key?(:start) && @import_settings&.key?(:end)
|
||||
end
|
||||
|
||||
def init_permissions
|
||||
|
||||
Reference in New Issue
Block a user