mirror of
https://github.com/wekan/wekan.git
synced 2026-01-22 01:06:09 +01:00
Fix lint errors.
Thanks to xet7 !
This commit is contained in:
parent
972b9b6e91
commit
ebfc8e5a1b
5 changed files with 26 additions and 27 deletions
|
|
@ -30,7 +30,7 @@ if (Meteor.isServer) {
|
|||
}
|
||||
|
||||
const exporter = new Exporter(boardId);
|
||||
if (true||exporter.canExport(user)) {
|
||||
if (exporter.canExport(user)) {
|
||||
JsonRoutes.sendResult(res, {
|
||||
code: 200,
|
||||
data: exporter.build(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue