Commit deeeffe0 authored by JB Vasseur's avatar JB Vasseur

Source cleaning !22296

parent 84b69a95
......@@ -9,7 +9,7 @@ class ApplicationsFinder
# rubocop: disable CodeReuse/ActiveRecord
def execute
applications = Doorkeeper::Application.where("owner_id IS NULL")
applications = Doorkeeper::Application.where(owner_id: nil)
by_id(applications)
end
# rubocop: enable CodeReuse/ActiveRecord
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment