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
@@ -74,7 +74,7 @@ export default async function apiPost({
results = result;
if (error) throw error;
if (error) throw new Error(error);
let tableSchema:
| import("../../../types").DSQL_TableSchemaType