mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-20 00:37:26 +00:00
fix linter issue
This commit is contained in:
committed by
zanetagebka
parent
8d623d231a
commit
1f74f68f20
@@ -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