Skip to content

Commit

Permalink
remove end closing connection
Browse files Browse the repository at this point in the history
  • Loading branch information
robertotcestari committed Sep 13, 2024
1 parent be8027a commit 3c3e828
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export async function scrapeExpenses() {
count++;
console.log(count);
}
await connection.end();
}
}

Expand Down

0 comments on commit 3c3e828

Please sign in to comment.