Updates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user