🕋 githubRepoPathMapping.ts

This commit is contained in:
nirholas
2026-03-31 10:24:17 +00:00
parent aa385fd450
commit f70d10a34c

View File

@@ -160,3 +160,4 @@ export function removePathFromRepo(repo: string, pathToRemove: string): void {
`Removed ${pathToRemove} from tracked paths for repo ${repoKey}`, `Removed ${pathToRemove} from tracked paths for repo ${repoKey}`,
) )
} }