diff --git a/models/swimlanes.js b/models/swimlanes.js index d57bbef4d..8f38bf7aa 100644 --- a/models/swimlanes.js +++ b/models/swimlanes.js @@ -147,7 +147,6 @@ Swimlanes.allow({ }); Swimlanes.helpers({ - async copy(boardId) { async copy(boardId) { const oldId = this._id; const oldBoardId = this.boardId;