Lint
This commit is contained in:
parent
1ec2181c2c
commit
cb69234651
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue