mirror of
https://github.com/fosrl/pangolin.git
synced 2026-09-04 18:29:21 +02:00
Please eslint
This commit is contained in:
@@ -984,7 +984,7 @@ async function listLabelGroups(
|
||||
).length;
|
||||
}
|
||||
|
||||
let groups: LauncherGroup[] = Array.from(labelCountMap.values()).map(
|
||||
const groups: LauncherGroup[] = Array.from(labelCountMap.values()).map(
|
||||
(row) => ({
|
||||
groupKey: String(row.labelId),
|
||||
name: row.name,
|
||||
|
||||
@@ -80,7 +80,7 @@ export async function buildSiteConfigurationForOlmClient(
|
||||
);
|
||||
|
||||
const siteResourcesBySiteId = new Map<number, SiteResource[]>();
|
||||
let siteResourcesForExitNode = [];
|
||||
const siteResourcesForExitNode = [];
|
||||
for (const row of allClientSiteResources) {
|
||||
if (row.siteResource.requiresExitNodeConnection) {
|
||||
siteResourcesForExitNode.push(row.siteResource);
|
||||
|
||||
Reference in New Issue
Block a user