浏览代码

- Fix lint error.

Thanks to xet7 !
Lauri Ojansivu 6 年之前
父节点
当前提交
45c0343f45
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      models/export.js

+ 1 - 1
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 = {