Skip to content

Commit 639766b

Browse files
author
Marco
committed
latest
1 parent 7b82bd7 commit 639766b

File tree

1 file changed

+2
-2
lines changed
  • components/log-viewer-webui/server/src/fastify-v2/plugins/app/socket/MongoSocketIoServer

1 file changed

+2
-2
lines changed

components/log-viewer-webui/server/src/fastify-v2/plugins/app/socket/MongoSocketIoServer/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ class MongoSocketIoServer {
7979
* Creates a new MongoSocketIoServer.
8080
*
8181
* @param fastify
82-
* @throws {Error} When MongoDB database not found
8382
* @return
83+
* @throws {Error} When MongoDB database not found
8484
*/
8585
static create (
8686
fastify: FastifyInstance
@@ -208,7 +208,7 @@ class MongoSocketIoServer {
208208
if ("undefined" === typeof watcherCollection) {
209209
watcherCollection = new MongoWatcherCollection(
210210
collectionName,
211-
this.#logger,
211+
this.#logger,
212212
this.#mongoDb
213213
);
214214
this.#logger.debug(`Initialize Mongo watcher collection:${collectionName}.`);

0 commit comments

Comments
 (0)