From 3a2f4b8f361324afd59f05c09dd078585e5aa7ac Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Mon, 27 Jan 2025 03:51:21 +0100 Subject: [PATCH] Chore: fix typo --- scripts/downloadCommunityIndex.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/downloadCommunityIndex.ts b/scripts/downloadCommunityIndex.ts index f8702d4151..7d32e2a29d 100644 --- a/scripts/downloadCommunityIndex.ts +++ b/scripts/downloadCommunityIndex.ts @@ -1,5 +1,5 @@ import Script from "./Script" -import { CommunityResource } from "../src/Logic/Web/CommunityIndex"downlaodComm +import { CommunityResource } from "../src/Logic/Web/CommunityIndex" import { Utils } from "../src/Utils" import { FeatureCollection, MultiPolygon, Polygon } from "geojson" import { existsSync, mkdirSync, writeFileSync } from "fs"