Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfranklin committed Dec 5, 2024
1 parent 8e72045 commit ed3c76e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion react/src/test/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { testDevConfiguration } from '@hazmapper/__fixtures__/appConfigurationFi
import { systems } from '@hazmapper/__fixtures__/systemsFixture';
import { featureCollection } from '@hazmapper/__fixtures__/featuresFixture';


// ArcGIS tiles GET
export const arcgis_tiles = http.get('https://tiles.arcgis.com/*', () => {
return HttpResponse.text('dummy');
Expand Down

0 comments on commit ed3c76e

Please sign in to comment.