fix linter issue

This commit is contained in:
Mohamed ABDELLANI
2024-05-17 14:31:32 +01:00
committed by Abdellani
parent 586a7055d7
commit 55365be299

View File

@@ -146,7 +146,7 @@ module Admin
def distributors_without_abn(orders)
Enterprise.where(
id: orders.select(:distributor_id),
abn: [nil,""],
abn: [nil, ""],
)
end
end