This commit is contained in:
2025-11-17 11:12:19 +01:00
parent 5fcfc4dc2c
commit 8eebe3215a
8 changed files with 31 additions and 19 deletions
@@ -5,10 +5,7 @@ export default function dbGrabUserResource<T extends {
batch: T[] | null;
single: T | null;
debug: {
queryObject: {
sql?: string;
params?: string[];
} | undefined;
queryObject: import("../../../../types").ResponseQueryObject | undefined;
error: any;
msg: string | undefined;
};