Skip to content

Commit

Permalink
Migre le script versement-mobilité en ESM
Browse files Browse the repository at this point in the history
  • Loading branch information
mquandalle committed Feb 1, 2022
1 parent 560513a commit 30bc63b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/scripts/fetch-versement-mobilité.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require('isomorphic-fetch')
const { writeInDataDir } = require('./utils')
import 'isomorphic-fetch'
import { writeInDataDir } from './utils.js'

const CSV_URL =
'https://fichierdirect.declaration.urssaf.fr/static/tauxTransport.20220103.csv'
Expand Down

0 comments on commit 30bc63b

Please sign in to comment.