1
0
Fork 0
mirror of synced 2024-07-07 23:35:49 +12:00

Add missing tableId setting to search params

This commit is contained in:
Andrew Kingston 2021-05-14 15:46:46 +01:00
parent b402254b2c
commit 5d89f8915e

View file

@ -7,6 +7,7 @@ exports.rowSearch = async ctx => {
const { tableId } = ctx.params
const db = new CouchDB(appId)
const { paginate, query, ...params } = ctx.request.body
params.tableId = tableId
let response
if (paginate) {