summaryrefslogtreecommitdiff
path: root/source/github-helpers/github-url.ts
diff options
context:
space:
mode:
authorGravatar Kid <44045911+kidonng@users.noreply.github.com> 2021-10-14 19:46:19 +0800
committerGravatar GitHub <noreply@github.com> 2021-10-14 13:46:19 +0200
commit36a695a44dc5416495b6e08bc22503f69b965630 (patch)
tree2ce19ce780964748a94611ea7725133f9955c240 /source/github-helpers/github-url.ts
parentc0a51aeed9b1ae5b425bd52362986c49e38f3792 (diff)
downloadrefined-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.ts4
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;