MCPcopy Create free account
hub / github.com/codeedu/imersaofc5 / remove

Method remove

nestjs/src/orders/orders.controller.ts:47–49  ·  view source on GitHub ↗
(@Param('id') id: string)

Source from the content-addressed store, hash-verified

45 @HttpCode(204)
46 @Delete(':id')
47 remove(@Param('id') id: string) {
48 return this.ordersService.remove(id);
49 }
50
51 @MessagePattern('transactions_result')
52 async consumerUpdateStatus(@Payload() message: KafkaMessage) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected