1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00
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

View file

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