From e085edfdb228b4306ce26ff5fa08cdc050574be6 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sun, 26 May 2024 20:07:26 +0530 Subject: Upgrade electron to 30.0.8 (#1786) * Fix issue highlighted by codespell --- src/stores/UserStore.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/stores/UserStore.ts b/src/stores/UserStore.ts index ade68e4d4..adf144b74 100644 --- a/src/stores/UserStore.ts +++ b/src/stores/UserStore.ts @@ -408,7 +408,7 @@ export default class UserStore extends TypedStore { const parsedUrl = new URL(url); const params = new URLSearchParams(parsedUrl.search.slice(1)); - // TODO: Remove the neccesity for `as string` + // TODO: Remove the necessity for `as string` params.append('authToken', this.authToken!); return `${parsedUrl.origin}${parsedUrl.pathname}?${params.toString()}`; -- cgit v1.2.3-70-g09d2