Skip to content

Commit

Permalink
KZOO-37: address CI issue from cherry-pick
Browse files Browse the repository at this point in the history
  • Loading branch information
k-anderson committed Feb 10, 2020
1 parent b918e2b commit af63380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/kazoo_apps/src/kapps_maintenance.erl
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ ensure_aggregates([Account|Accounts], Total) ->
-spec ensure_aggregate(kz_term:ne_binary()) -> 'ok'.
ensure_aggregate(Account) ->
ensure_aggregate(Account
,kz_datamgr:open_doc(Account, kzs_util:format_account_id(Account))
,kz_datamgr:open_doc(Account, kz_util:format_account_id(Account))
).

-spec ensure_aggregate(kz_term:ne_binary(), kz_datamgr:get_results_return()) -> 'ok'.
Expand Down

0 comments on commit af63380

Please sign in to comment.