mizozobu 6 лет назад
Родитель
Сommit
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);