mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-09 04:06:36 +00:00
Revert mappings variable from const to let in getAllRelays.ts
Co-authored-by: oschwartz10612 <4999704+oschwartz10612@users.noreply.github.com>
This commit is contained in:
@@ -63,7 +63,7 @@ export async function getAllRelays(
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Initialize mappings object for multi-peer support
|
// Initialize mappings object for multi-peer support
|
||||||
const mappings: { [key: string]: ProxyMapping } = {};
|
let mappings: { [key: string]: ProxyMapping } = {};
|
||||||
|
|
||||||
// Process each site
|
// Process each site
|
||||||
for (const site of sitesRes) {
|
for (const site of sitesRes) {
|
||||||
|
|||||||
Reference in New Issue
Block a user