This commit is contained in:
Adria Navarro 2023-07-12 17:03:19 +02:00
parent e2c1a549de
commit 1187bd8fb2
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ export async function fetch(ctx: Ctx) {
export async function findByTable(ctx: Ctx) {
const tableId = `${DocumentType.TABLE}${SEPARATOR}${ctx.params.tableId}`
console.error(tableId)
ctx.body = { views: await sdk.views.findByTable(tableId) }
}