Add missing method 'in memory' client

master
Milton Mazzarri 2017-04-16 23:45:36 -05:00
parent 9754cd52c5
commit d8bf88645e
No known key found for this signature in database
GPG Key ID: 9F4193F2B5A558FE
1 changed files with 1 additions and 0 deletions

View File

@ -60,4 +60,5 @@ defmodule Hunter.Api.InMemory do
end)
def destroy_status(_, _), do: true
def follow_request_action(_, _, _), do: true
end