mizozobu пре 6 година
родитељ
комит
3d442b46d1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/server/models/GlobalNotificationSetting/index.js

+ 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);