Skip to content

Commit

Permalink
HELP-32303: correctly load rulesets for cf_temporal_route (2600hz#4215)
Browse files Browse the repository at this point in the history
HELP-32303: fix formatting

HELP-32303: update to maintain old "rule_set" routing behavior

HELP-32303: correctly guard

HELP-32303: fix formatting on log statements, fix loading

HELP-32303-master: fix up types and get keys

HELP-32303-master: dialyzer complaints and formatting cleanup
  • Loading branch information
mark2600 authored and jamesaimonetti committed Sep 26, 2017
1 parent 09f7651 commit 9e26d35
Show file tree
Hide file tree
Showing 6 changed files with 159 additions and 111 deletions.
2 changes: 1 addition & 1 deletion applications/callflow/src/cf_exe.erl
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ control_queue(Srv) when is_pid(Srv) -> gen_listener:call(Srv, 'control_queue_nam
control_queue(Call) -> control_queue(kapps_call:kvs_fetch('consumer_pid', Call)).
control_queue(_, Call) -> control_queue(Call).

-spec get_branch_keys(kapps_call:call() | pid()) -> {'branch_keys', kz_json:path()}.
-spec get_branch_keys(kapps_call:call() | pid()) -> {'branch_keys', kz_json:keys()}.
get_branch_keys(Srv) when is_pid(Srv) ->
gen_listener:call(Srv, 'get_branch_keys');
get_branch_keys(Call) ->
Expand Down
Loading

0 comments on commit 9e26d35

Please sign in to comment.