Skip to content

Commit 1ec9a8b

Browse files
authored
Merge pull request #237 from ipfs/galargh-patch-13
fix: add missing import to the fix script
2 parents c971495 + 90ee651 commit 1ec9a8b

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 {RepositoryBranchProtectionRule} from '../resources/repository-branch-protection-rule.js'
45
import {globToRegex} from '../utils.js'

0 commit comments

Comments
 (0)