mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
fix linter issue
This commit is contained in:
committed by
Abdellani
parent
586a7055d7
commit
55365be299
@@ -146,7 +146,7 @@ module Admin
|
||||
def distributors_without_abn(orders)
|
||||
Enterprise.where(
|
||||
id: orders.select(:distributor_id),
|
||||
abn: [nil,""],
|
||||
abn: [nil, ""],
|
||||
)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user