chore: formatting

This commit is contained in:
bholmesdev 2023-06-08 11:18:03 -04:00 committed by bholmesdev
parent bcf1cde198
commit 68c04c28d5

View file

@ -150,10 +150,7 @@ export default function markdocIntegration(legacyConfig?: any): AstroIntegration
export const Content = createComponent({ export const Content = createComponent({
async factory(result, props) { async factory(result, props) {
const config = await getConfig({ const config = await getConfig({ variables: props });
variables: props,
});
return renderComponent( return renderComponent(
result, result,
Renderer.name, Renderer.name,