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

Commit 744a481

Browse files
committed
chore(radar): fix macro
1 parent 93e9db8 commit 744a481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/groupher_server_web/schema/Helper/mutations.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ defmodule GroupherServerWeb.Schema.Helper.Mutations do
3838
reactions
3939
|> Enum.map(
4040
&quote do
41-
unquote(:"article_#{&1}_mutation")(thread)
41+
unquote(:"article_#{&1}_mutation")(unquote(thread))
4242
end
4343
)
4444
end

0 commit comments

Comments
 (0)