Clean empty message
This commit is contained in:
parent
1391f5d049
commit
6b48bbf648
|
@ -88,7 +88,7 @@ export async function fetch(ctx: UserCtx<void, FetchTablesResponse>) {
|
||||||
for (const table of [...internal, ...external]) {
|
for (const table of [...internal, ...external]) {
|
||||||
result.push(await sdk.tables.enrichViewSchemas(table))
|
result.push(await sdk.tables.enrichViewSchemas(table))
|
||||||
}
|
}
|
||||||
ctx.body = result //
|
ctx.body = result
|
||||||
}
|
}
|
||||||
|
|
||||||
export async function find(ctx: UserCtx<void, TableResponse>) {
|
export async function find(ctx: UserCtx<void, TableResponse>) {
|
||||||
|
|
Loading…
Reference in New Issue