removing unused imports/exports

This commit is contained in:
Ramon Souza 2021-05-21 09:50:31 -03:00
parent cb4697c932
commit 5d6c9cbb18
2 changed files with 0 additions and 4 deletions

View File

@ -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';

View File

@ -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,