summaryrefslogtreecommitdiff
path: root/src/router/redirects.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/router/redirects.ts')
-rw-r--r--src/router/redirects.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/router/redirects.ts b/src/router/redirects.ts
index 949a531..241abe6 100644
--- a/src/router/redirects.ts
+++ b/src/router/redirects.ts
@@ -19,7 +19,7 @@ const redirects = [
},
{
path: "/downloads.php",
- redirect: () => {
+ redirect: (): void => {
self.location.href = "https://manaplus.themanaworld.org/";
}
},