Fix type warning

This commit is contained in:
rijkvanzanten
2021-09-21 18:52:55 -04:00
parent 3727e4c66a
commit 72e16dec24

View File

@@ -64,7 +64,7 @@ export const router = createRouter({
let firstLoad = true;
export const onBeforeEach: NavigationGuard = async (to, from) => {
export const onBeforeEach: NavigationGuard = async (to) => {
const appStore = useAppStore();
const serverStore = useServerStore();