ci(linter errors): fixes for linting errors to make it more happy
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user