Skip to content

Commit 087cad3

Browse files
authored
Merge pull request #98 from ipld/galargh-patch-1
fix: add missing import to the fix script
2 parents 3b9d5be + caa71e7 commit 087cad3

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)