mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 14:08:31 -04:00
fix lint error
This commit is contained in:
parent
b55756216e
commit
c290d63048
1 changed files with 1 additions and 1 deletions
|
@ -632,7 +632,7 @@ if (Meteor.isServer) {
|
||||||
}
|
}
|
||||||
JsonRoutes.sendResult(res, {
|
JsonRoutes.sendResult(res, {
|
||||||
code: 200,
|
code: 200,
|
||||||
data: data,
|
data
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
JsonRoutes.add('POST', '/api/users/', function (req, res, next) {
|
JsonRoutes.add('POST', '/api/users/', function (req, res, next) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue