Skip to content

Commit

Permalink
Fix unused warning
Browse files Browse the repository at this point in the history
  • Loading branch information
MonsieurV committed Sep 4, 2017
1 parent 3af1e0a commit e74ef8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/example_forwarder_mail.erl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
-export([forward/4]).

-spec forward(Payload :: map(), User :: map(), Device :: map(), Forwarder :: map()) -> 'ok'.
forward(Payload, User, Device, Forwarder) ->
forward(Payload, _User, _Device, Forwarder) ->
% TODO Do forward in another process.
% Basically add to a queue using Erlang messages.
% Create one new process per forwarding?
Expand Down

0 comments on commit e74ef8c

Please sign in to comment.