diff --git a/bigbluebutton-html5/imports/startup/server/redis.js b/bigbluebutton-html5/imports/startup/server/redis.js index c72db695427f69e67c352d7380b7cb2f28be2d87..6e4cac83bdc916712ffeeebd267db85a7d9b8d5d 100755 --- a/bigbluebutton-html5/imports/startup/server/redis.js +++ b/bigbluebutton-html5/imports/startup/server/redis.js @@ -328,7 +328,7 @@ class RedisPubSub { }); } else { // If we reach this line, this means that there is no existing queue for this redis "backend" message - // which means that either the meeting is fully handled by another bbb-html5-backend. + // which means that the meeting is fully handled by another bbb-html5-backend. // Logger.warn('Backend meeting queue had not been initialized', { eventName, meetingIdFromMessageCoreHeader }) } }