summaryrefslogtreecommitdiff
path: root/source/github-helpers/search-query.ts
diff options
context:
space:
mode:
Diffstat (limited to 'source/github-helpers/search-query.ts')
-rw-r--r--source/github-helpers/search-query.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/github-helpers/search-query.ts b/source/github-helpers/search-query.ts
index f7a20711..6b8d2f7d 100644
--- a/source/github-helpers/search-query.ts
+++ b/source/github-helpers/search-query.ts
@@ -48,7 +48,7 @@ export default class SearchQuery {
return new SearchQuery(url);
}
- private url: URL;
+ private readonly url: URL;
private queryParts: string[];
constructor(url: string | URL, base?: string) {