Skip to content

Commit 76225a9

Browse files
committed
fix: declared but never read
1 parent 389ccbd commit 76225a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/router/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const publicPages = ['/login', '/signup', '/landing', '/oauth/callback']
77
const router = createRouter({
88
history: createWebHistory(),
99
routes: routes,
10-
scrollBehavior(to, from, savedPosition) {
10+
scrollBehavior(_to, _from, savedPosition) {
1111
if (savedPosition) {
1212
return savedPosition
1313
} else {

0 commit comments

Comments
 (0)