Skip to content

Commit 486faa8

Browse files
committed
Fix lint issue
1 parent a4e76e4 commit 486faa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

middleware/setAppRefKey.global.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default defineNuxtRouteMiddleware((to, _from) => {
77

88
if (typeof to.params.urlpath === 'string') {
99
updated = to.params.urlpath;
10-
} else{
10+
} else {
1111
updated = '';
1212
}
1313

0 commit comments

Comments
 (0)