Fix rubocop lint

This commit is contained in:
Vyr Cossont 2022-11-28 20:15:07 -08:00
parent b831c3897d
commit a3faf83586

View file

@ -1,7 +1,6 @@
# frozen_string_literal: true
class SearchService < BaseService
SEARCH_ALL_VISIBLE_STATUSES = ENV['SEARCH_ALL_VISIBLE_STATUSES'] == 'true'
def call(query, account, limit, options = {})