Andrés Manelli 6 years ago
parent
commit
ef6054b859
1 changed files with 0 additions and 32 deletions
  1. 0 32
      models/cards.js

+ 0 - 32
models/cards.js

@@ -1032,38 +1032,6 @@ Cards.mutations({
     };
   },
 
-  setTitle(title) {
-    return {
-      $set: {
-        title,
-      },
-    };
-  },
-
-  setDescription(description) {
-    return {
-      $set: {
-        description,
-      },
-    };
-  },
-
-  setRequestedBy(requestedBy) {
-    return {
-      $set: {
-        requestedBy,
-      },
-    };
-  },
-
-  setAssignedBy(assignedBy) {
-    return {
-      $set: {
-        assignedBy,
-      },
-    };
-  },
-
   move(boardId, swimlaneId, listId, sort) {
     // Copy Custom Fields
     if (this.boardId !== boardId) {