Skip to content

Commit

Permalink
Merge pull request #15 from singlestore-labs/fixHanging
Browse files Browse the repository at this point in the history
Fixed hanging
  • Loading branch information
AdalbertMemSQL authored Aug 19, 2024
2 parents 8557aa7 + ddc953f commit 1c00a9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generate-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,5 @@ async function main() {
}
}

main();
main()
.then(() => pool.end());

0 comments on commit 1c00a9c

Please sign in to comment.