We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8edad23 commit 0e314ffCopy full SHA for 0e314ff
scripts/build-filtered-data.mjs
@@ -2,7 +2,7 @@ import { writeFileSync, readdirSync, readFileSync } from 'fs'
2
import { json2csv } from 'json-2-csv'
3
import { RequestError } from 'octokit'
4
import { fileURLToPath } from 'url'
5
-import { path, dirname } from 'path'
+import path, { dirname } from 'path'
6
7
import denyList from '../helpers/data/deny-list.json' with { type: 'json' }
8
import governmentServiceOwners from '../helpers/data/service-owners.json' with { type: 'json' }
0 commit comments