From 2b15a8ff0919bda67c8be81ddca632e7efa1e364 Mon Sep 17 00:00:00 2001 From: Harry Adel Date: Tue, 17 Feb 2026 17:46:24 +0200 Subject: [PATCH] Fix merge problem --- models/swimlanes.js | 1 - 1 file changed, 1 deletion(-) 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;