mizozobu %!s(int64=6) %!d(string=hai) anos
pai
achega
3d442b46d1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);