From b88615fe5eebe3ce5a2156f3e6eb732b837f5f7c Mon Sep 17 00:00:00 2001 From: raidendotai Date: Sat, 21 Sep 2024 05:17:29 +0100 Subject: [PATCH] schemas filtering restored --- cofounder/api/system/functions/backend/asyncapi.js | 2 +- cofounder/api/system/functions/backend/openapi.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cofounder/api/system/functions/backend/asyncapi.js b/cofounder/api/system/functions/backend/asyncapi.js index fdab715..ea31a68 100644 --- a/cofounder/api/system/functions/backend/asyncapi.js +++ b/cofounder/api/system/functions/backend/asyncapi.js @@ -104,7 +104,7 @@ ${drd} --- \`\`\`DB:schemas -${yaml.stringify(db)} +${yaml.stringify({ schemas: db.schemas })} \`\`\` `, diff --git a/cofounder/api/system/functions/backend/openapi.js b/cofounder/api/system/functions/backend/openapi.js index d496743..d72e489 100644 --- a/cofounder/api/system/functions/backend/openapi.js +++ b/cofounder/api/system/functions/backend/openapi.js @@ -113,7 +113,7 @@ ${drd} --- \`\`\`DB:schemas -${yaml.stringify(db)} +${yaml.stringify({ schemas: db.schemas })} \`\`\` `,