Fix eslint errors

This commit is contained in:
Owen
2026-06-04 10:22:29 -07:00
parent aac25f0a53
commit 6c4cbcab5d
8 changed files with 9 additions and 12 deletions

View File

@@ -665,7 +665,7 @@ export async function generateSubnetProxyTargetV2(
return;
}
let targets: SubnetProxyTargetV2[] = [];
const targets: SubnetProxyTargetV2[] = [];
const portRange = [
...parsePortRangeString(siteResource.tcpPortRangeString, "tcp"),