mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
fix: format
This commit is contained in:
parent
f861a7c160
commit
5befcf4780
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ const isLocalUrl = (href: string) => {
|
||||||
if (window.location.origin === url.origin) {
|
if (window.location.origin === url.origin) {
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
} catch (e) { }
|
} catch (e) {}
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue