Skip to content

Commit ee1aa26

Browse files
authored
Merge pull request #48 from ipfs-examples/galargh-patch-3
fix: add missing import to the fix script
2 parents d5b6be3 + b44e92f commit ee1aa26

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)