Skip to content

Commit

Permalink
fix: payments reset (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag authored Jun 29, 2023
2 parents 4d1086f + d1ec514 commit 25415e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/search/benthos/streams/payments_reset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ pipeline:
"match": {
"indexed.provider": this.payload.connector
}
},
{
"match": {
"stack": env("STACK")
}
}
]
}
Expand Down

1 comment on commit 25415e3

@vercel
Copy link

@vercel vercel bot commented on 25415e3 Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.