#577 [LOW] Inconsistent async/sync function declarations in blueprints

open low Created 2025-12-17 16:33 · Updated 2025-12-17 16:33

Description

Edit
Some blueprint endpoints use async def while others use def despite all being async handlers. Quart handles both but async def is preferred. Fix: Convert all endpoint handlers to async def for consistency.

Comments

Loading comments...

Context

Loading context...

Audit History

View All
Loading audit history...