From 5d6c9cbb185fb5407b7f35125b6898a81246b4aa Mon Sep 17 00:00:00 2001 From: Ramon Souza <contato@ramonsouza.com> Date: Fri, 21 May 2021 09:50:31 -0300 Subject: [PATCH] removing unused imports/exports --- .../imports/api/captions/server/methods/editCaptions.js | 1 - .../imports/api/screenshare/client/bridge/errors.js | 3 --- 2 files changed, 4 deletions(-) diff --git a/bigbluebutton-html5/imports/api/captions/server/methods/editCaptions.js b/bigbluebutton-html5/imports/api/captions/server/methods/editCaptions.js index f12ba4c2c6..3f8edc04e2 100644 --- a/bigbluebutton-html5/imports/api/captions/server/methods/editCaptions.js +++ b/bigbluebutton-html5/imports/api/captions/server/methods/editCaptions.js @@ -1,7 +1,6 @@ import RedisPubSub from '/imports/startup/server/redis'; import Captions from '/imports/api/captions'; import Logger from '/imports/startup/server/logger'; -import { extractCredentials } from '/imports/api/common/server/helpers'; import { Meteor } from 'meteor/meteor'; import { check } from 'meteor/check'; diff --git a/bigbluebutton-html5/imports/api/screenshare/client/bridge/errors.js b/bigbluebutton-html5/imports/api/screenshare/client/bridge/errors.js index 0adbe86643..9078db7ae2 100644 --- a/bigbluebutton-html5/imports/api/screenshare/client/bridge/errors.js +++ b/bigbluebutton-html5/imports/api/screenshare/client/bridge/errors.js @@ -1,5 +1,4 @@ import { - SFU_CLIENT_SIDE_ERRORS, SFU_SERVER_SIDE_ERRORS } from '/imports/ui/services/bbb-webrtc-sfu/broker-base-errors'; @@ -53,8 +52,6 @@ const SCREENSHARING_ERRORS = expandErrors(); export { GDM_ERRORS, - BRIDGE_SERVER_SIDE_ERRORS, - BRIDGE_CLIENT_SIDE_ERRORS, // All errors, [code]: [message] // Expanded errors. It's AGGREGATED + message: { errorCode, errorMessage } SCREENSHARING_ERRORS, -- GitLab