An error occurred while fetching this tab.
fix(fastapi): pass request type's name to Request*Notification
- Oct 19, 2021
-
-
Kevin Morris authored
Previously, we passed the straight up request type instance from SQLAlchemy and had a .title() function that was transparently treating the instance the same as the instance's Name in terms of notify.py's use of it. This commit removes that transparent behavior; it was not actually intended. Signed-off-by: Kevin Morris <kevr@0cost.org>
Verifiedb4092fe7
-