Skip to content

Commit

Permalink
dialyze stepswitch
Browse files Browse the repository at this point in the history
  • Loading branch information
lazedo authored and jamesaimonetti committed Oct 24, 2017
1 parent 869225c commit 720f578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/stepswitch/src/stepswitch_bridge.erl
Expand Up @@ -583,7 +583,7 @@ send_deny_emergency_notification(OffnetReq) ->
],
kapps_notify_publisher:cast(Props, fun kapi_notifications:publish_denied_emergency_bridge/1).

-spec send_deny_emergency_response(kapi_offnet_resource:req(), ne_binary()) ->
-spec send_deny_emergency_response(kapi_offnet_resource:req(), api_control_q()) ->
{'ok', ne_binary()} |
{'error', 'no_response'}.
send_deny_emergency_response(OffnetReq, ControlQ) ->
Expand Down

0 comments on commit 720f578

Please sign in to comment.