Fix variables incorrectly changed from let to const - revert to let where variables are reassigned

Co-authored-by: oschwartz10612 <4999704+oschwartz10612@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-07-28 17:43:40 +00:00
parent a2526ea244
commit 27ac204bb6
17 changed files with 30 additions and 17 deletions

View File

@@ -47,7 +47,7 @@ export async function updateHolePunch(
let currentSiteId: number | undefined;
const destinations: PeerDestination[] = [];
let destinations: PeerDestination[] = [];
if (olmId) {
logger.debug(`Got hole punch with ip: ${ip}, port: ${port} for olmId: ${olmId}`);