diff --git a/src/app.controller.ts b/src/app.controller.ts index 6b7e56a..66dcc59 100644 --- a/src/app.controller.ts +++ b/src/app.controller.ts @@ -210,6 +210,7 @@ export class AppController { new_node_other_visitor.identity_card_no = item.identity_card_no; new_node_other_visitor.nationality_type = item.nationality_type; new_node_other_visitor.nationality = item.nationality; + await transactionalEntityManager.save(new_node_other_visitor); }) return { statusCode: 201, data: result };