chore: configura o prettier para formatacao do codigo
This commit is contained in:
@@ -37,6 +37,8 @@ export function getRouteRequirement(method: string, path: string): AuthRouteRequ
|
||||
const normalizedPath = normalizePath(path)
|
||||
|
||||
return (
|
||||
PROTECTED_ROUTES.find((route) => route.method === normalizedMethod && route.path === normalizedPath) ?? null
|
||||
PROTECTED_ROUTES.find(
|
||||
(route) => route.method === normalizedMethod && route.path === normalizedPath
|
||||
) ?? null
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user