Upated GroupController, Removed GroupQueryService

• Upated:
- GroupController

• Removed:
- GroupQueryService
This commit is contained in:
mgabdev
2020-08-06 00:15:47 -05:00
parent b5fc61d2df
commit 7d4ff8df63
3 changed files with 12 additions and 14 deletions

View File

@@ -1,7 +0,0 @@
# frozen_string_literal: true
class GroupQueryService < BaseService
def call(group)
Status.as_group_timeline(group)
end
end