Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman-Hundal committed Jul 11, 2024
1 parent 793f77c commit 0e5d5ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion request-management-api/request_api/resources/foirequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,6 @@ def post(foirequestid,foiministryrequestid,section):
foirequestschema = FOIRequestWrapperSchema().load(foirequest)
result = requestservice().saverequestversion(foirequestschema, foirequestid, foiministryrequestid,AuthHelper.getuserid())
if result.success == True:
#MAY NEED TO ADJ THIS?
asyncio.ensure_future(eventservice().postevent(foiministryrequestid,"ministryrequest",AuthHelper.getuserid(),AuthHelper.getusername(),AuthHelper.isministrymember()))
metadata = json.dumps({"id": result.identifier, "ministries": result.args[0]})
requestservice().posteventtoworkflow(foiministryrequestid, foirequestschema, json.loads(metadata),"iao")
Expand Down

0 comments on commit 0e5d5ae

Please sign in to comment.