Files
kjvstudy.org/kjvstudy_org
kennethreitz ad72a91c03 Fix async PDF helper function syntax error
Make _resource_detail_pdf_response async and add await to all calls.

This fixes the SyntaxError where await was used in a non-async function.
The helper function is called by 38 PDF endpoints and needs to be async
to properly await render_html_to_pdf_async().

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 11:46:33 -05:00
..