Skip to content

Commit

Permalink
add im to services summary (2600hz#6487)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazedo authored Apr 22, 2020
1 parent e393968 commit 5077b8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/kazoo_services/src/kz_services.erl
Original file line number Diff line number Diff line change
Expand Up @@ -780,6 +780,9 @@ summary(Services) ->
kz_services_limits:fetch(Services)
)
}
,{<<"im">>
,kz_services_im:fetch(Services)
}
,{<<"payment_tokens">>
,kz_services_payment_tokens:fetch(Services)
}
Expand Down

0 comments on commit 5077b8b

Please sign in to comment.