From 45c0343f45b4cfc06d83cf357ffb50d6fca2f23b Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sun, 9 Sep 2018 22:12:47 +0300 Subject: - Fix lint error. Thanks to xet7 ! --- models/export.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/export.js b/models/export.js index 93f16e54..6c0b43fd 100644 --- a/models/export.js +++ b/models/export.js @@ -45,7 +45,7 @@ class Exporter { build() { const byBoard = { boardId: this._boardId }; - const byBoardNoLinked = { boardId: this._boardId, linkedId: "" }; + const byBoardNoLinked = { boardId: this._boardId, linkedId: '' }; // we do not want to retrieve boardId in related elements const noBoardId = { fields: { boardId: 0 } }; const result = { -- cgit v1.2.3-1-g7c22