This repository has been archived by the owner on Mar 18, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use remove in stead of delete (typeorm#4574)
the `remove` method requires the entity itself as input. To remove a record based on it's id, you need to use `delete`
- Loading branch information