Skip to content

Commit

Permalink
Dialyzer warnings check 3
Browse files Browse the repository at this point in the history
  • Loading branch information
onnet committed Jan 22, 2016
1 parent 5396234 commit 52a6e43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/callflow/src/module/cf_dynamic_cid.erl
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ handle_lists(Data, Call) ->
[NewCallerIdName, NewCallerIdNumber, Dest] = get_lists_entry(Data, Call),
proceed_with_call(NewCallerIdName, NewCallerIdNumber, Dest, Data, Call).

-spec proceed_with_call(any(), any(), any(), any(), any()) -> 'ok'.
-spec proceed_with_call(any(), any(), any(), wh_json:object(), whapps_call:call()) -> 'ok'.
proceed_with_call(NewCallerIdName, NewCallerIdNumber, Dest, Data, Call) ->
Updates = [{fun whapps_call:kvs_store/3, 'dynamic_cid', NewCallerIdNumber}
,{fun whapps_call:set_caller_id_number/2, NewCallerIdNumber}
Expand Down

0 comments on commit 52a6e43

Please sign in to comment.