From 67b0269a2aff352f10c8ef281c8f9fac24f9abb1 Mon Sep 17 00:00:00 2001 From: Luis Azedo Date: Fri, 20 May 2016 14:56:08 +0100 Subject: [PATCH] KAZOO-4760 update spec --- applications/crossbar/src/modules/cb_callflows.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/crossbar/src/modules/cb_callflows.erl b/applications/crossbar/src/modules/cb_callflows.erl index a768dd21d52..5ad9c001852 100644 --- a/applications/crossbar/src/modules/cb_callflows.erl +++ b/applications/crossbar/src/modules/cb_callflows.erl @@ -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) ->