Skip to content

Commit

Permalink
feat(payments): push raw data in nats but not in benthos (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-nicolas authored Dec 13, 2023
1 parent 698fab5 commit a152cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benthos/streams/payments/v0.0.0/payments_ingestion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline:
- bloblang: |
root = {
"document": {
"data": this.payload,
"data": this.payload.without("rawData"),
"indexed": {
"id": this.payload.id,
"reference": this.payload.reference,
Expand Down

0 comments on commit a152cff

Please sign in to comment.