summaryrefslogtreecommitdiff
path: root/source/github-helpers/github-url.ts
diff options
context:
space:
mode:
Diffstat (limited to 'source/github-helpers/github-url.ts')
-rw-r--r--source/github-helpers/github-url.ts8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/github-helpers/github-url.ts b/source/github-helpers/github-url.ts
index 21f1368e..8c5b1258 100644
--- a/source/github-helpers/github-url.ts
+++ b/source/github-helpers/github-url.ts
@@ -3,13 +3,13 @@ import {getCurrentCommittish} from '.';
export default class GitHubURL {
// @ts-expect-error https://github.com/microsoft/TypeScript/issues/26792
user: string;
- // @ts-expect-error
+ // @ts-expect-error https://github.com/microsoft/TypeScript/issues/26792
repository: string;
- // @ts-expect-error
+ // @ts-expect-error https://github.com/microsoft/TypeScript/issues/26792
route: string;
- // @ts-expect-error
+ // @ts-expect-error https://github.com/microsoft/TypeScript/issues/26792
branch: string;
- // @ts-expect-error
+ // @ts-expect-error https://github.com/microsoft/TypeScript/issues/26792
filePath: string;
private internalUrl: URL;