We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b82bd7 commit 639766bCopy full SHA for 639766b
components/log-viewer-webui/server/src/fastify-v2/plugins/app/socket/MongoSocketIoServer/index.ts
@@ -79,8 +79,8 @@ class MongoSocketIoServer {
79
* Creates a new MongoSocketIoServer.
80
*
81
* @param fastify
82
- * @throws {Error} When MongoDB database not found
83
* @return
+ * @throws {Error} When MongoDB database not found
84
*/
85
static create (
86
fastify: FastifyInstance
@@ -208,7 +208,7 @@ class MongoSocketIoServer {
208
if ("undefined" === typeof watcherCollection) {
209
watcherCollection = new MongoWatcherCollection(
210
collectionName,
211
- this.#logger,
+ this.#logger,
212
this.#mongoDb
213
);
214
this.#logger.debug(`Initialize Mongo watcher collection:${collectionName}.`);
0 commit comments