mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-30 20:31:37 -05:00
The admin app doesn’t use them:
https://github.com/alphagov/notifications-admin/search?q=letter_contact_block&unscoped_q=letter_contact_block
Instead it requests them separately when needed:
2f1e8b104b/app/models/service.py (L349-L351)
Removing this from the response means one fewer database query.