Fixed issues with ExploreController, SortingQueryBuilder

• Fixed:
- issues with ExploreController when no account exists
- SortingQueryBuilder with correct status_stat path
This commit is contained in:
mgabdev
2020-12-24 13:41:00 -05:00
parent 620f50752f
commit 91c1b769c3
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
# frozen_string_literal: true
class Api::V1::Timelines::ExploreController < EmptyController
class Api::V1::Timelines::ExploreController < Api::BaseController
before_action :set_sort_type
before_action :set_statuses