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

View File

@ -18,7 +18,6 @@ exports.fetch = async function (ctx) {
key: ["app"],
})
ctx.body = body.rows.map(row => row.doc)
}