fix linter issue

This commit is contained in:
Mohamed ABDELLANI
2024-05-17 14:31:32 +01:00
committed by zanetagebka
parent 88577c6fdb
commit 1a43ae874f

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