nit: remove unused return

This commit is contained in:
bholmesdev 2023-03-06 10:06:32 -05:00
parent 7eddf996e3
commit aec7a0931f

View file

@ -114,7 +114,7 @@ export function prependForwardSlash(str: string) {
export function validateComponentsProp(components: Record<string, AstroInstance['default']>) {
try {
return componentsPropValidator.parse(components);
componentsPropValidator.parse(components);
} catch (e) {
throw new MarkdocError({
message: