Skip to content

Commit fd562ef

Browse files
committed
fix: prevent linting error
1 parent 127427e commit fd562ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function getBasePath(): string {
3939
return path;
4040
}
4141
}
42-
} catch (e) {
42+
} catch {
4343
// Invalid base URL, fall through to pathname detection
4444
}
4545
}

0 commit comments

Comments
 (0)