Skip to content

Commit 0e314ff

Browse files
committed
--fixup
1 parent 8edad23 commit 0e314ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-filtered-data.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { writeFileSync, readdirSync, readFileSync } from 'fs'
22
import { json2csv } from 'json-2-csv'
33
import { RequestError } from 'octokit'
44
import { fileURLToPath } from 'url'
5-
import { path, dirname } from 'path'
5+
import path, { dirname } from 'path'
66

77
import denyList from '../helpers/data/deny-list.json' with { type: 'json' }
88
import governmentServiceOwners from '../helpers/data/service-owners.json' with { type: 'json' }

0 commit comments

Comments
 (0)