mizozobu před 6 roky
rodič
revize
3d442b46d1

+ 1 - 1
src/server/models/GlobalNotificationSetting/index.js

@@ -12,7 +12,7 @@ const globalNotificationSettingSchema = new mongoose.Schema({
 });
 
 /*
-* e.g. "/a/b/c" => ["/a/b/c", "/a/b", "/a", "/"]
+* e.g. "/a/b/c" => ["/a/b/c", "/a/b", "/a", "/"] //
 */
 const generatePathsOnTree = (path, pathList) => {
   pathList.push(path);