diff options
author | 2021-10-14 19:46:19 +0800 | |
---|---|---|
committer | 2021-10-14 13:46:19 +0200 | |
commit | 36a695a44dc5416495b6e08bc22503f69b965630 (patch) | |
tree | 2ce19ce780964748a94611ea7725133f9955c240 /source/github-helpers/github-url.ts | |
parent | c0a51aeed9b1ae5b425bd52362986c49e38f3792 (diff) | |
download | refined-github-36a695a44dc5416495b6e08bc22503f69b965630.tar.gz refined-github-36a695a44dc5416495b6e08bc22503f69b965630.tar.zst refined-github-36a695a44dc5416495b6e08bc22503f69b965630.zip |
Lint (#4885)
Diffstat (limited to 'source/github-helpers/github-url.ts')
-rw-r--r-- | source/github-helpers/github-url.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source/github-helpers/github-url.ts b/source/github-helpers/github-url.ts index e8acd411..21f1368e 100644 --- a/source/github-helpers/github-url.ts +++ b/source/github-helpers/github-url.ts @@ -24,10 +24,6 @@ export default class GitHubURL { return this.href; } - toJSON(): string { - return this.href; - } - assign(...replacements: Array<Partial<GitHubURL>>): this { Object.assign(this, ...replacements); return this; |