@ -18,7 +18,7 @@ const pool = new Pool(config.postgres.url, 3, true);
export async function queryObject<T>(
sql: string,
args: QueryArguments[],
args?: QueryArguments,
): Promise<QueryObjectResult<T> | null> {
let result = null;
try {