Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Return json from extension-api-caller #323

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

Ryosuke839
Copy link

@Ryosuke839 Ryosuke839 commented Oct 30, 2023

Description

Return value from extension-api-caller was stringified JSON but it wan unable to parse back to JSON in Nunjucks template engine.
This PR changes the return value of extension-api-caller from stringified JSON to raw JSON.
Stringify is still possible with dump embedded filter.

Issue ticket number

Additional Context

Return type from extension filter which was limited to string is now any

@vercel
Copy link

vercel bot commented Oct 30, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vulcan-sql-document ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 30, 2023 6:14am

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant