From c864a20b57bb433aaf3952f88d83c9fc481ae6ff Mon Sep 17 00:00:00 2001 From: Federico Brigante Date: Sat, 8 Jul 2023 20:54:43 +0200 Subject: Update dependencies (#6766) --- source/github-helpers/github-url.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/github-helpers/github-url.ts') 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 -- cgit v1.2.3