diff --git a/includes/usr/bin/annotations.py b/includes/usr/bin/annotations.py index ce05480..2b3383a 100755 --- a/includes/usr/bin/annotations.py +++ b/includes/usr/bin/annotations.py @@ -284,10 +284,9 @@ for msg_type, value in review_body.items(): if len(api_body['comments']) == 0: api_body.update({ + 'body': "G'day, I didn't find any problems to report on", 'event': 'APPROVE' }) - del api_body['body'] - data = {