Skip to content

Commit

Permalink
Merge pull request #103 from NandosUK/features/nap-387-print-envelop-git
Browse files Browse the repository at this point in the history
Printing message envelop
  • Loading branch information
nav-nandos authored Feb 28, 2022
2 parents 841c835 + 78dab4e commit d7f88b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bq-workers/github-parser/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ def index():
event = None
envelope = request.get_json()

print(f" Print whole msg envelop {envelope}")

# Check that data has been posted
if not envelope:
raise Exception("Expecting JSON payload")
Expand Down

0 comments on commit d7f88b0

Please sign in to comment.