schemas filtering restored

This commit is contained in:
raidendotai 2024-09-21 05:17:29 +01:00
parent c89b58dada
commit b88615fe5e
2 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ ${drd}
---
\`\`\`DB:schemas
${yaml.stringify(db)}
${yaml.stringify({ schemas: db.schemas })}
\`\`\`
`,

View File

@ -113,7 +113,7 @@ ${drd}
---
\`\`\`DB:schemas
${yaml.stringify(db)}
${yaml.stringify({ schemas: db.schemas })}
\`\`\`
`,