summaryrefslogtreecommitdiffstats
path: root/models
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-09-09 22:12:47 +0300
committerLauri Ojansivu <x@xet7.org>2018-09-09 22:12:47 +0300
commit45c0343f45b4cfc06d83cf357ffb50d6fca2f23b (patch)
tree412fab55980e119b610e6533495b33f287315c31 /models
parenteb166737e396044ffdbf4df78c7274dc55c5664f (diff)
downloadwekan-45c0343f45b4cfc06d83cf357ffb50d6fca2f23b.tar.gz
wekan-45c0343f45b4cfc06d83cf357ffb50d6fca2f23b.tar.bz2
wekan-45c0343f45b4cfc06d83cf357ffb50d6fca2f23b.zip
- Fix lint error.
Thanks to xet7 !
Diffstat (limited to 'models')
-rw-r--r--models/export.js2
1 files changed, 1 insertions, 1 deletions
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 = {