This commit is contained in:
Owen
2025-08-10 10:14:45 -07:00
parent c3723d0fce
commit ea27075bab
8 changed files with 10 additions and 10 deletions

View File

@@ -15,8 +15,8 @@ export async function pickPort(siteId: number): Promise<{
// TODO: is this all inefficient?
// Fetch targets for all resources of this site
let targetIps: string[] = [];
let targetInternalPorts: number[] = [];
const targetIps: string[] = [];
const targetInternalPorts: number[] = [];
await Promise.all(
resourcesRes.map(async (resource) => {
const targetsRes = await db