Skip to content

Commit 01c5967

Browse files
committed
fix leaky client
1 parent 9c125a0 commit 01c5967

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
node_modules
22
.DS_Store
33
.env
4+
*.env
45
fly.toml

index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ async function initDb () {
3535
console.log(error);
3636
fastify.log.error(error);
3737
});
38-
39-
await pool.connect();
4038
}
4139

4240
async function start () {

0 commit comments

Comments
 (0)