Fix
This commit is contained in:
parent
049a91debb
commit
d7cbd2dcbc
|
@ -132,8 +132,7 @@ export async function find(ctx: UserCtx): Promise<Row> {
|
||||||
ctx.throw(404)
|
ctx.throw(404)
|
||||||
}
|
}
|
||||||
|
|
||||||
const table = await sdk.tables.getTable(tableId)
|
return row
|
||||||
return await outputProcessing(table, row)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function destroy(ctx: UserCtx) {
|
export async function destroy(ctx: UserCtx) {
|
||||||
|
|
Loading…
Reference in New Issue