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:
parent
dab0c8737b
commit
330e69bf90
1 changed files with 0 additions and 1 deletions
|
|
@ -325,7 +325,6 @@ let MapAPRSMap = {
|
|||
retryCount.delete(src);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
tileLayer.addTo(self.map);
|
||||
} catch (error) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue