Skip to content

Commit

Permalink
coderabbit ai
Browse files Browse the repository at this point in the history
  • Loading branch information
JaiPannu-IITI committed Feb 16, 2025
1 parent 6fdc408 commit 0e5298c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utilities/testDbConnection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,8 @@ async function runValidation(): Promise<void> {
process.exit(1);
}
console.log("Database Updation : Success");
process.exit(0);
await queryClient.end();
process.exit(0);
} catch (error) {
if (error instanceof Error) {
console.error(`\nERROR: ${error.message}`);
Expand Down

0 comments on commit 0e5298c

Please sign in to comment.