Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tmshv committed Mar 12, 2024
1 parent 40e6952 commit 4c7f017
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/lib/mapbox-protocol.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import logger from "@/logger"
import type { AddProtocolAction, RequestParameters } from "maplibre-gl"

export function insertBefore(value: string, match: string, prefix: string): string {
Expand Down
1 change: 0 additions & 1 deletion src/lib/sphere-protocol.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { AddProtocolAction } from "maplibre-gl"
import { MbtilesReader } from "./mbtiles"
import { SourceReader } from "./source-reader"
import logger from "@/logger"

type RequestType = "json" | "arrayBuffer" | "string" | "image" | undefined

Expand Down
2 changes: 1 addition & 1 deletion src/store/listeners/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,5 +234,5 @@ duplicateLayerMiddleware.startListening({
})

export {
addBlankLayer
addBlankLayer,
}

0 comments on commit 4c7f017

Please sign in to comment.