Code clean up
This commit is contained in:
parent
e9d05454ea
commit
5b0d6c59e6
@ -10,13 +10,7 @@ import Metrics from './metrics';
|
||||
// Fake meetingId used for messages that have no meetingId
|
||||
const NO_MEETING_ID = '_';
|
||||
|
||||
const metrics = {};
|
||||
|
||||
const {
|
||||
metricsDumpIntervalMs,
|
||||
metricsFolderPath,
|
||||
queueMetrics,
|
||||
} = Meteor.settings.private.redis.metrics;
|
||||
const { queueMetrics } = Meteor.settings.private.redis.metrics;
|
||||
|
||||
const makeEnvelope = (channel, eventName, header, body, routing) => {
|
||||
const envelope = {
|
||||
|
Loading…
Reference in New Issue
Block a user