Skip to content

Commit

Permalink
fix: linter fix
Browse files Browse the repository at this point in the history
Signed-off-by: Maud Royer <[email protected]>
  • Loading branch information
jillro committed Jul 12, 2024
1 parent 9a01e59 commit 312958c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/import-pac-declare.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const getStream = require('get-stream')
const gdal = require('gdal-async')
const { fromCodePacStrict } = require('@agencebio/rosetta-cultures')

const { createOrUpdateOperatorRecord, getRecord, patchFeatureCollection, deleteRecord } = require('../lib/providers/cartobio')
const { createOrUpdateOperatorRecord, getRecord, patchFeatureCollection } = require('../lib/providers/cartobio')
const { CertificationState, EtatProduction } = require('../lib/enums.js')
const pool = require('../lib/db')
const { unzipGeographicalContent, detectSrs, wgs84 } = require('../lib/providers/gdal')
Expand Down

0 comments on commit 312958c

Please sign in to comment.