Remove unused variable

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2022-04-05 14:10:21 +02:00
parent e1009f76e9
commit cb1e41d90d
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ defmodule Mobilizon.GraphQL.Resolvers.Group do
end
end
def find_group_by_id(_parent, %{id: id} = args, %{
def find_group_by_id(_parent, %{id: id}, %{
context: %{
current_actor: %Actor{id: actor_id}
}