itizawa 5 years ago
parent
commit
3ee34e8574
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/server/service/page.js

+ 1 - 1
src/server/service/page.js

@@ -80,7 +80,7 @@ class PageService {
 
 
   /**
   /**
    * Receive the object with oldPageId and newPageId and duplicate the tags from oldPage to newPage
    * Receive the object with oldPageId and newPageId and duplicate the tags from oldPage to newPage
-   * @param {Object{string:string}} pageIdMapping e.g. key: oldPageId, value: newPageId
+   * @param {Object} pageIdMapping e.g. key: oldPageId, value: newPageId
    */
    */
   async duplicateTags(pageIdMapping) {
   async duplicateTags(pageIdMapping) {
     const PageTagRelation = mongoose.model('PageTagRelation');
     const PageTagRelation = mongoose.model('PageTagRelation');