🚨 run eslint --fix

This commit is contained in:
Fred KISSIE
2025-12-03 16:58:12 +01:00
parent f060063f53
commit f5bfddd262
5 changed files with 10 additions and 10 deletions

View File

@@ -246,7 +246,7 @@ export const handleGetConfigMessage: MessageHandler = async (context) => {
.from(siteResources)
.where(eq(siteResources.siteId, siteId));
let targetsToSend: SubnetProxyTarget[] = [];
const targetsToSend: SubnetProxyTarget[] = [];
for (const resource of allSiteResources) {
// Get clients associated with this specific resource

View File

@@ -262,7 +262,7 @@ export async function updateSiteResource(
newTargets: newTargets
});
let olmJobs: Promise<void>[] = [];
const olmJobs: Promise<void>[] = [];
for (const client of mergedAllClients) {
// we also need to update the remote subnets on the olms for each client that has access to this site
olmJobs.push(