Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fetchSearchResultsWithoutNumber regex
The regex only replaced the last number and not the whole sequence of numbers. This makes it work somewhat randomly, sometimes the dispatcher manages to re-trigger without sending any requests but in production it looks like the original version removes one digit and does a request and repeats it until there are no more suffix digits. refs: PL-32
- Loading branch information