Lint
This commit is contained in:
parent
1ec2181c2c
commit
cb69234651
|
@ -18,7 +18,7 @@ const pool = new Pool(config.postgres.url, 3, true);
|
||||||
|
|
||||||
export async function queryObject<T>(
|
export async function queryObject<T>(
|
||||||
sql: string,
|
sql: string,
|
||||||
args: QueryArguments[],
|
args?: QueryArguments,
|
||||||
): Promise<QueryObjectResult<T> | null> {
|
): Promise<QueryObjectResult<T> | null> {
|
||||||
let result = null;
|
let result = null;
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue