@bmlt-enabled/croutonjs 3.12.6 → 3.12.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/crouton.js CHANGED
@@ -14796,7 +14796,7 @@ Crouton.prototype.serviceBodyNames = function(callback) {
14796
14796
  var self = this;
14797
14797
  self.lock(function() {
14798
14798
  var ids = getUniqueValuesOfKey(self.meetingData, 'service_body_bigint');
14799
- self.getServiceBodies(ids, function (service_bodies) {
14799
+ self.getServiceBodies(ids).then(function (service_bodies) {
14800
14800
  var n = service_bodies.length;
14801
14801
  var names = [];
14802
14802
  for (var i = 0; i < n; i++) {