Skip to content

Commit b44e92f

Browse files
authored
fix: add missing import to the fix script
1 parent d5b6be3 commit b44e92f

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)