1
0
Fork 0
mirror of https://github.com/edgurgel/httparrot synced 2025-04-05 08:12:31 -04:00

Fix warning for unused alias for GeneralRequestInfo

This commit is contained in:
Joe Winter 2016-12-02 11:26:09 -05:00
parent 9ded53016c
commit d5e24465e7

View file

@ -2,7 +2,6 @@ defmodule HTTParrot.RetrieveRequestHandler do
@moduledoc """
Retreive saved request and clear the conresponding :id
"""
alias HTTParrot.GeneralRequestInfo
use HTTParrot.Cowboy, methods: ~w(GET POST PUT HEAD OPTIONS)
def content_types_provided(req, state) do