Updates
This commit is contained in:
@@ -66,7 +66,7 @@ export default async function apiGet<
|
||||
let tableSchema: DSQL_TableSchemaType | undefined;
|
||||
|
||||
if (dbSchema) {
|
||||
const targetTable = dbSchema.tables.find(
|
||||
const targetTable = dbSchema.tables?.find(
|
||||
(table) => table.tableName === tableName
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user