Skip to content

Commit

Permalink
Apply pre-commit fix
Browse files Browse the repository at this point in the history
From the artifact of the previous workflow run
  • Loading branch information
geo-ghci-int[bot] committed Nov 12, 2024
1 parent 3cb4ddd commit b40c168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/interfaces/ControllerDesktop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Controller extends AbstractDesktopController {
});

fetch(
'https://localhost:8484/mapserv_proxy/Main%20PNG/osm-open/?bbox=-6.8824,58.1736,-6.7937,58.2042&limit=100&offset=0'
'https://localhost:8484/mapserv_proxy/Main%20PNG/osm-open/?bbox=-6.8824,58.1736,-6.7937,58.2042&limit=100&offset=0',
);
//fetch('https://localhost:8484/mapserv_proxy?ogcserver=Main%20PNG&bbox=-6.8824,58.1736,-6.7937,58.2042&limit=100&offset=0');
}
Expand Down

0 comments on commit b40c168

Please sign in to comment.