Skip to content

Commit

Permalink
updating boundary sync
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronpettit committed Oct 23, 2024
1 parent faf6591 commit 251cc06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Imports geospatial boundary data for protected areas from the Tantalis API
*/

const { getProtectedAreas } = require('/opt/protectedAreas');
const { getProtectedAreas } = require('/opt/protectedAreas/methods');
const { httpGet, logger, sendResponse } = require('/opt/base');
const { buildIdFromPkSk, bulkWriteDocuments } = require('/opt/opensearch');

Expand Down

0 comments on commit 251cc06

Please sign in to comment.