mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-19 09:13:56 +00:00
fix: resolve all issues in npm run check (#70)
Co-authored-by: Ax333l <main@axelen.xyz>
This commit is contained in:
@@ -20,7 +20,7 @@ function makeStore(): Readable<RouterEvent> {
|
||||
});
|
||||
} else {
|
||||
// On client.
|
||||
let current = new URL(location);
|
||||
let current = new URL(location.href);
|
||||
|
||||
// Return store that responds to navigation events.
|
||||
// The `navigating` store immediately "pushes" `null`.
|
||||
|
||||
Reference in New Issue
Block a user