Browse Source

Remove duplicate function.

Lauri Ojansivu 5 năm trước cách đây
mục cha
commit
b68557a293
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  1. 0 4
      models/boards.js

+ 0 - 4
models/boards.js

@@ -1115,10 +1115,6 @@ Boards.mutations({
     return { $set: { allowsLabels } };
   },
 
-  setAllowsAssignee(allowsAssignee) {
-    return { $set: { allowsAssignee } };
-  },
-
   setAllowsReceivedDate(allowsReceivedDate) {
     return { $set: { allowsReceivedDate } };
   },