Skip to content

Commit

Permalink
Merge pull request #5533 from bcgov/test-marshal-merge-main-12.0
Browse files Browse the repository at this point in the history
Test marshal merge main 12.0
  • Loading branch information
jocelyncabildo-aot authored Jan 16, 2025
2 parents eff442c + dc74be5 commit 76a0691
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ class FOIFlowApplicantCorrespondence(Resource):
def get(requestid, ministryrequestid):
try:
if ministryrequestid == 'None':
if requestid == 'undefined':
return json.dumps([]) , 200
rawrequestid = requestid
else:
rawrequestid = requestservice().getrawrequestidbyfoirequestid(requestid)
Expand Down

0 comments on commit 76a0691

Please sign in to comment.