mirror of
https://github.com/kennethreitz/kjvstudy.org.git
synced 2026-06-05 23:00:16 +00:00
ad72a91c03
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>