Andrei Baikov
Results
2
issues of
Andrei Baikov
Seems like I don't have any options to know if I need to send a request to the chatGPT or not if I wont store it by myself
For example in the orders controller https://github.com/ipenywis/nestjs-solid/blob/main/src/modules/SRP/orders/orders.controller.ts#L27C5-L27C67 ` await this.emailsService.sendOrderEmail(createdOrder.orderId); ` Orders use email service, the SR principle is violated, now email service can be changed for two reasons -...