fix: lint

This commit is contained in:
kolaente 2022-10-05 17:57:55 +02:00
parent 3af20b6220
commit f405b2105b
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -488,7 +488,7 @@ export function getAuthForRoute(route: RouteLocation) {
}
}
router.beforeEach((to, from) => {
router.beforeEach((to) => {
return getAuthForRoute(to)
})