Documentation on Message Conferences & Areas

This commit is contained in:
Bryan Ashby 2016-03-25 20:47:25 -06:00
parent 0b23f0aa3b
commit 91279464f7
3 changed files with 59 additions and 2 deletions

View file

@ -52,7 +52,7 @@ function getAvailableMessageConferences(client, options) {
}
function getSortedAvailMessageConferences(client, options) {
var sorted = _.map(getAvailableMessageConferences(client, options), (v, k) => {
const sorted = _.map(getAvailableMessageConferences(client, options), (v, k) => {
return {
confTag : k,
conf : v,