Skip to content

Commit

Permalink
fix cb_vmboxes:load_vmbox_summary/1 (2600hz#6388)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazedo authored and jamesaimonetti committed Mar 20, 2020
1 parent e7aa452 commit 7522ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/crossbar/src/modules/cb_vmboxes.erl
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ validate_patch(Context, BoxId)->
-spec load_vmbox_summary(cb_context:context()) -> cb_context:context().
load_vmbox_summary(Context) ->
Context1 = crossbar_view:load(Context, ?CB_LIST, [{'mapper', crossbar_view:get_value_fun()}]),
load_vmbox_summary(Context, cb_context:resp_status(Context1)).
load_vmbox_summary(Context1, cb_context:resp_status(Context1)).

-spec load_vmbox_summary(cb_context:cb_context(), crossbar_status()) -> cb_context:context().
load_vmbox_summary(Context, 'success') ->
Expand Down

0 comments on commit 7522ea5

Please sign in to comment.