This commit is contained in:
Adria Navarro 2023-09-27 17:29:38 +02:00
parent 049a91debb
commit d7cbd2dcbc
1 changed files with 1 additions and 2 deletions

View File

@ -132,8 +132,7 @@ export async function find(ctx: UserCtx): Promise<Row> {
ctx.throw(404)
}
const table = await sdk.tables.getTable(tableId)
return await outputProcessing(table, row)
return row
}
export async function destroy(ctx: UserCtx) {