Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: prevent TypeORM subscribers from calling itself over and over (#…
…1215) When a series is requested, an event is triggered by TypeORM after the request status has been updated. The function executed by this event updated the request status to "PROCESSING", even if the request already had this status. This triggered the same function once again, which repeated the update, in an endless loop.
- Loading branch information