1
0
Fork 0
mirror of synced 2024-09-20 03:08:18 +12:00

Fixing another issue raised by test cases.

This commit is contained in:
mike12345567 2022-02-28 19:27:37 +00:00
parent 84ef694712
commit c958e93aed

View file

@ -74,7 +74,7 @@ exports.definition = {
async function getTable(appId, tableId) { async function getTable(appId, tableId) {
const ctx = buildCtx(appId, null, { const ctx = buildCtx(appId, null, {
params: { params: {
id: tableId, tableId,
}, },
}) })
await tableController.find(ctx) await tableController.find(ctx)