This commit is contained in:
Benjamin Toby
2025-04-23 14:45:44 +01:00
parent e7b7cf0314
commit c71c1c29ca
6 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -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);