From ed3c76ef1b29f7fa00363115ffa512df939b515c Mon Sep 17 00:00:00 2001 From: Nathan Franklin Date: Wed, 4 Dec 2024 21:05:06 -0600 Subject: [PATCH] Fix linting --- react/src/test/handlers.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/react/src/test/handlers.ts b/react/src/test/handlers.ts index f2651212..cfb81aec 100644 --- a/react/src/test/handlers.ts +++ b/react/src/test/handlers.ts @@ -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');