ci(linter errors): fixes for linting errors to make it more happy

This commit is contained in:
2025-12-31 15:14:33 -06:00
parent 2c3a6065bd
commit 04fe1f1bfe
2 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ describe("Prod SQL connection", () => {
});
afterAll(async () => {
if (pool && pool.close) await pool.close();
if (pool?.close) await pool.close();
});
it("should connect and return expected data", async () => {