Skip to content

Commit

Permalink
Merge pull request #824 from bcgov/dev-ST-2865
Browse files Browse the repository at this point in the history
Changes to fix the exception on harms flow.
  • Loading branch information
sumathi-thirumani authored Feb 27, 2024
2 parents fa41f0d + 9e28a44 commit 553881c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class zipperproducermessage(object):
def __init__(self,jobid,requestid,category,requestnumber,bcgovcode,createdby,ministryrequestid,filestozip,finaloutput,attributes,summarydocuments,redactionlayerid) -> None:
def __init__(self,jobid,requestid,category,requestnumber,bcgovcode,createdby,ministryrequestid,filestozip,finaloutput,attributes,summarydocuments=None,redactionlayerid=None) -> None:
self.jobid = jobid
self.requestid = requestid
self.category=category
Expand Down

0 comments on commit 553881c

Please sign in to comment.