mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-19 00:27:25 +00:00
fix linter issue
This commit is contained in:
committed by
zanetagebka
parent
88577c6fdb
commit
1a43ae874f
@@ -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