forked from potsda.mn/mobilizon
Remove unused variable
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
84009a9530
commit
4dede63b83
|
@ -441,7 +441,7 @@ defmodule Mobilizon.GraphQL.Resolvers.Group do
|
|||
} = args,
|
||||
%{
|
||||
context: %{
|
||||
current_user: %User{role: user_role},
|
||||
current_user: %User{},
|
||||
current_actor: %Actor{id: actor_id}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue