mizozobu 6 years ago
parent
commit
407ee20ec9
1 changed files with 1 additions and 1 deletions
  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);