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

Commit 53a5a1f

Browse files
committed
refactor(article-comment): wip
1 parent ed7d00b commit 53a5a1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/groupher_server/cms/delegates/article_comment.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ defmodule GroupherServer.CMS.Delegate.ArticleComment do
7979
{:ok, T.paged_users()}
8080
def list_article_comments_participators(thread, article_id, filters) do
8181
%{page: page, size: size} = filters
82+
8283
with {:ok, thread_query} <- match(thread, :query, article_id) do
8384
ArticleComment
8485
|> where(^thread_query)

0 commit comments

Comments
 (0)