8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edbe605 commit 13ed3f7Copy full SHA for 13ed3f7
packages/api/lib/index.js
@@ -57,8 +57,6 @@ const getOptions = req => {
57
58
const auth = /*#__PURE__*/function () {
59
var _ref = _asyncToGenerator(function* (req, res) {
60
- try {} catch (e) {}
61
-
62
const body = yield _micro.default.json(req);
63
const {
64
db,
packages/api/src/index.js
@@ -25,7 +25,6 @@ const getOptions = (req) => {
25
}
26
27
const auth = async (req, res) => {
28
- try {} catch(e) {}
29
const body = await micro.json(req)
30
const { db, login, password } = body
31
const resp = await odoo.auth({ db, login, password })
0 commit comments