mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 16:48:49 +01:00
Fixed eslint errors
This commit is contained in:
parent
c59891d44b
commit
25b26657da
3 changed files with 13 additions and 13 deletions
|
|
@ -533,7 +533,7 @@ if (Meteor.isServer) {
|
|||
delete data.services;
|
||||
JsonRoutes.sendResult(res, {
|
||||
code: 200,
|
||||
data
|
||||
data,
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue