From 34799fafaf8a70493a82882f5f4516233ac2f080 Mon Sep 17 00:00:00 2001 From: HarelM Date: Sun, 25 Aug 2024 10:04:35 +0300 Subject: [PATCH] Fix lint --- .../components/map/automatic-layer-presentation.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IsraelHiking.Web/src/application/components/map/automatic-layer-presentation.component.ts b/IsraelHiking.Web/src/application/components/map/automatic-layer-presentation.component.ts index d4e00594b..cfcbfb991 100644 --- a/IsraelHiking.Web/src/application/components/map/automatic-layer-presentation.component.ts +++ b/IsraelHiking.Web/src/application/components/map/automatic-layer-presentation.component.ts @@ -7,7 +7,7 @@ import { SourceSpecification, LayerSpecification } from "maplibre-gl"; -import { Subject, Subscription, mergeMap } from "rxjs"; +import { Subject, mergeMap } from "rxjs"; import { Store } from "@ngxs/store"; import { BaseMapComponent } from "../base-map.component";