Skip to content

Commit

Permalink
fix regionData path
Browse files Browse the repository at this point in the history
  • Loading branch information
derGraph committed Jan 3, 2025
1 parent 256a63d commit ce36fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workers/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { calculateUsers } from "./calculateUser";
import { loadGeoJSON, simplify } from "./simplifyGps";

await loadGeoJSON("../store/regionData.geoJson");
await loadGeoJSON("store/regionData.geoJson");

while(true){
console.log("HI");
Expand Down

0 comments on commit ce36fa3

Please sign in to comment.