1
0
Fork 0
mirror of synced 2024-09-10 14:35:47 +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) {
const ctx = buildCtx(appId, null, {
params: {
id: tableId,
tableId,
},
})
await tableController.find(ctx)