Nest.js/TypeOrm

@BeforInsert 와 @AfterInsert 사용시 주의할점

Dev갱이 2024. 5. 2. 21:42
728x90
꼭 인스턴스화 해준 상태에서 insert나, save 메서드를 실행해야 해당 데코레이터가 동작한다!!!

 

관련 Reference

https://github.com/typeorm/typeorm/issues/5530

 

728x90