Clean empty message

This commit is contained in:
Adria Navarro 2024-08-22 16:17:02 +02:00
parent 1391f5d049
commit 6b48bbf648
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ export async function fetch(ctx: UserCtx<void, FetchTablesResponse>) {
for (const table of [...internal, ...external]) {
result.push(await sdk.tables.enrichViewSchemas(table))
}
ctx.body = result //
ctx.body = result
}
export async function find(ctx: UserCtx<void, TableResponse>) {