[FIX] BigBlueButton integration error due to missing file import (#23366)

pull/23386/head
wolbernd 4 years ago committed by Diego Sampaio
parent 24ab7bbbe4
commit 9664fde11b
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 1
      app/bigbluebutton/server/bigbluebutton-api.js

@ -1,5 +1,6 @@
/* eslint-disable */ /* eslint-disable */
import crypto from 'crypto'; import crypto from 'crypto';
import { SystemLogger } from '../../../server/lib/logger/system';
var BigBlueButtonApi, filterCustomParameters, include, noChecksumMethods, var BigBlueButtonApi, filterCustomParameters, include, noChecksumMethods,
__indexOf = [].indexOf || function (item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; }; __indexOf = [].indexOf || function (item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; };

Loading…
Cancel
Save