Updates
This commit is contained in:
+1
-1
@@ -61,7 +61,7 @@ function apiPost(_a) {
|
||||
}
|
||||
results = result;
|
||||
if (error)
|
||||
throw error;
|
||||
throw new Error(error);
|
||||
let tableSchema;
|
||||
if (dbSchema) {
|
||||
const targetTable = dbSchema.tables.find((table) => table.tableName === tableName);
|
||||
|
||||
Reference in New Issue
Block a user