fixed a syntax error

master
Théophile Choutri 2017-04-17 11:53:17 +02:00
parent 840ad82179
commit 94046e0b84
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ defmodule Hunter.Api.InMemory do
%{name: :notifications, arity: 1, as: [%Hunter.Notification{}]},
%{name: :public_timeline, arity: 2, as: [%Hunter.Status{}]},
%{name: :reblog, arity: 2, as: %Hunter.Status{}},
%{name: :reblogged_by, arity: 2, as: [%Hunter.Account]},
%{name: :reblogged_by, arity: 2, as: [%Hunter.Account{}]},
%{name: :relationships, arity: 2, as: [%Hunter.Relationship{}]},
%{name: :report, arity: 4, as: %Hunter.Report{}},
%{name: :reports, arity: 1, as: [%Hunter.Report{}]},