This commit is contained in:
kevmodrome 2020-06-29 17:49:16 +02:00
parent 94f257e160
commit 4d4a1bc5b3
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)
}