]> git.r.bdr.sh - rbdr/forum/blobdiff - lib/forum.js
Fix linter and linteer warnings
[rbdr/forum] / lib / forum.js
index 0253b3dfe55eb709b3044999dc76dae60d05ad48..f09e8dd1c0fbf47f14b9f8e87177af590d781794 100644 (file)
@@ -8,6 +8,7 @@ import Path from 'path';
 /**
  * The Forum class is the main entry point for the backend application.
  *
+ * @module Forum
  * @param {tForumBackendConfiguration} config the initialization options to
  * extend the instance
  */
@@ -84,4 +85,4 @@ export default class Forum {
     console.log(' ^+---------+');
     console.log('      (.) ');
   }
-};
+}