mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-02 18:50:45 -05:00
Cost was returning a `Decimal`, which jsonify doesn't like. Making it a float fixes the problem. [Relevant issue on github](https://github.com/pallets/flask/issues/835).