admin管理员组

文章数量:1389823

I used following decorator within my entity. The subscriber got triggered, but the event is null. Anyone has suggestions?

@AfterInsert() async newBillingCreated(event: InsertEvent) {

console.log("--in newBillingCreated", event);

}

event is undefined?

本文标签: Typeorm AfterInsert or other subscriber decorator didn39t catch the quoteventquot paramStack Overflow