mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-16 14:11:50 +00:00
Fix crash when calling tags from other tags
This commit is contained in:
parent
b336e8b5f4
commit
ca9ea60082
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ export async function renderTagBody(
|
||||||
return "<embed>";
|
return "<embed>";
|
||||||
}
|
}
|
||||||
|
|
||||||
const rendered = await renderTagBody(pluginData, subTagBody, subTagArgs, subTagPermissionMatchParams);
|
const rendered = await renderTagBody(pluginData, subTagBody, subTagArgs, extraData, subTagPermissionMatchParams);
|
||||||
return rendered.content!;
|
return rendered.content!;
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue