Skip to content

Commit

Permalink
Update geofenceLoader.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ReuschelCGN authored Sep 27, 2024
1 parent 0233351 commit 7776035
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/geofenceLoader.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import RBush from 'rbush';
const stripJsonComments = require('strip-json-comments')
const fs = require('fs')
const path = require('path')
const RBush = require('rbush')
const { log } = require('./logger')

function getGeofenceFromGEOjson(config, rawdata) {
Expand Down Expand Up @@ -133,4 +133,4 @@ function readAllGeofenceFiles(config) {
}
}

module.exports = { readAllGeofenceFiles }
module.exports = { readAllGeofenceFiles }

0 comments on commit 7776035

Please sign in to comment.