Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit 04896d0

Browse files
committed
refactor: rm unused warning
1 parent 149e845 commit 04896d0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/groupher_server_web/resolvers/cms_resolver.ex

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,6 @@ defmodule GroupherServerWeb.Resolvers.CMS do
214214
CMS.set_tag(thread, %Tag{id: tag_id}, id)
215215
end
216216

217-
def set_refined_tag(_root, ~m(community_id thread id)a, _info) do
218-
CMS.set_refined_tag(%Community{id: community_id}, thread, id)
219-
end
220-
221217
def unset_tag(_root, ~m(id thread tag_id)a, _info) do
222218
CMS.unset_tag(thread, %Tag{id: tag_id}, id)
223219
end

0 commit comments

Comments
 (0)