Skip to content

Commit

Permalink
KAZOO-4760 update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
lazedo committed May 20, 2016
1 parent f741654 commit 67b0269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/crossbar/src/modules/cb_callflows.erl
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ error_numbers_not_array(Context, OriginalNumbers) ->
normalize_numbers(Ns, Context) ->
normalize_numbers(Ns, cb_context:account_id(Context), Context).

-spec normalize_numbers(ne_binaries(), ne_binary(), cb_context:context()) -> cb_context:context().
-spec normalize_numbers(ne_binaries(), api_binary(), cb_context:context()) -> cb_context:context().
normalize_numbers(Ns, 'undefined', Context) ->
set_request_numbers(Context, [knm_converters:normalize(N) || N <- Ns]);
normalize_numbers(Ns, AccountId, Context) ->
Expand Down

0 comments on commit 67b0269

Please sign in to comment.