1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00

Fixing another issue raised by test cases.

This commit is contained in:
mike12345567 2022-02-28 19:27:37 +00:00
parent 3028c34564
commit e9d344952b

View file

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