Fixing another issue raised by test cases.
This commit is contained in:
parent
84ef694712
commit
c958e93aed
|
@ -74,7 +74,7 @@ exports.definition = {
|
|||
async function getTable(appId, tableId) {
|
||||
const ctx = buildCtx(appId, null, {
|
||||
params: {
|
||||
id: tableId,
|
||||
tableId,
|
||||
},
|
||||
})
|
||||
await tableController.find(ctx)
|
||||
|
|
Loading…
Reference in New Issue