Skip to content

Commit 38047bf

Browse files
authored
Merge pull request #121 from multiformats/galargh-patch-1
fix: add missing import to the fix script
2 parents f4f6f94 + 87962ac commit 38047bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/src/actions/fix-yaml-config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import 'reflect-metadata'
2+
import {Permission} from '../resources/repository-collaborator.js'
23
import {Repository} from '../resources/repository.js'
34
import {runFormat} from './shared/format.js'
45
import {runAddCollaboratorToAllRepos} from './shared/add-collaborator-to-all-repos.js'

0 commit comments

Comments
 (0)