Bugfix
This commit is contained in:
@@ -12,6 +12,7 @@ export default async function dsqlCrud<
|
||||
targetId,
|
||||
query,
|
||||
sanitize,
|
||||
debug,
|
||||
}: DsqlCrudParam<T>): Promise<
|
||||
| (PostReturn & {
|
||||
queryObject?: ReturnType<Awaited<typeof sqlGenerator>>;
|
||||
@@ -32,6 +33,7 @@ export default async function dsqlCrud<
|
||||
const GET_RES = await get({
|
||||
query: queryObject?.string || "",
|
||||
queryValues: queryObject?.values || [],
|
||||
debug,
|
||||
});
|
||||
|
||||
return { ...GET_RES, queryObject };
|
||||
|
||||
Reference in New Issue
Block a user