Skip to content

Commit

Permalink
Notificationprocessor return update
Browse files Browse the repository at this point in the history
  • Loading branch information
aparna-aot committed Jun 12, 2024
1 parent a639f22 commit af1031e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def __createnotificationforresponse(self, notification):
def __createcommentforresponse(self, notification):
if notification.feeoverridereason is not None and notification.feeoverridereason != '':
comment = {"comment": notification.feeoverridereason}
return commentservice().createcomment(
commentservice().createcomment(
"ministryrequest",
notification.ministryrequestid,
comment,
Expand Down

0 comments on commit af1031e

Please sign in to comment.