some code review feedback

This commit is contained in:
Kenneth Kehl
2023-04-20 11:32:28 -07:00
parent 1a2bd34ccb
commit ec23f2077f
5 changed files with 5 additions and 10 deletions

View File

@@ -469,6 +469,4 @@ def organisation_billing(org_id):
@main.route('/organisations/<uuid:org_id>/agreement.pdf')
@user_is_platform_admin
def organisation_download_agreement(org_id):
return send_file(**get_mou(
))
return send_file(**get_mou())