mirror of
https://github.com/diced/zipline.git
synced 2026-04-28 10:43:06 -07:00
fix: typo
This commit is contained in:
@@ -39,7 +39,7 @@ export default typedPlugin(
|
||||
.refine((str) => !str.startsWith('/'), 'Vanity cannot start with a slash.')
|
||||
.refine(
|
||||
(str) =>
|
||||
!reservedRoutes.some((roure) => {
|
||||
!reservedRoutes.some((route) => {
|
||||
const nStr = `/${str}`.toLowerCase();
|
||||
const nRoute = route.toLowerCase();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user