diff options
Diffstat (limited to 'source/github-helpers/github-url.ts')
-rw-r--r-- | source/github-helpers/github-url.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/github-helpers/github-url.ts b/source/github-helpers/github-url.ts index 8f767e84..67f33e10 100644 --- a/source/github-helpers/github-url.ts +++ b/source/github-helpers/github-url.ts @@ -9,7 +9,7 @@ export default class GitHubURL { branch = ''; filePath = ''; - private internalUrl: URL; + private readonly internalUrl: URL; constructor(url: string) { // Use Facade pattern instead of inheritance #3193 |