Fix syntax error in map.ts - remove extra closing brace

Removed extra closing brace that was prematurely ending the try block
and causing build failure.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Graham McIntire 2025-07-28 07:52:06 -05:00
parent dab0c8737b
commit 330e69bf90
No known key found for this signature in database

View file

@ -325,7 +325,6 @@ let MapAPRSMap = {
retryCount.delete(src);
}
});
}
tileLayer.addTo(self.map);
} catch (error) {