This commit is contained in:
kevmodrome 2020-06-29 17:49:16 +02:00
parent 53d8bc3be7
commit f50cec4a73
No known key found for this signature in database
GPG Key ID: E8F9CD141E63BF38
1 changed files with 4 additions and 5 deletions
packages/server/src/api/controllers

View File

@ -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)
} }