lint fix
This commit is contained in:
parent
53d8bc3be7
commit
f50cec4a73
packages/server/src/api/controllers
|
@ -18,7 +18,6 @@ exports.fetch = async function (ctx) {
|
||||||
key: ["app"],
|
key: ["app"],
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
ctx.body = body.rows.map(row => row.doc)
|
ctx.body = body.rows.map(row => row.doc)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue