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
1 changed files with 1 additions and 1 deletions

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)