fix: decouple channel test sms records
This commit is contained in:
@@ -35,7 +35,7 @@ export class ClientSendChainController {
|
||||
|
||||
@Get('batch-tasks/:id/messages')
|
||||
listTaskMessages(@Param('id') taskId: string) {
|
||||
return this.sendChain.listMessages(taskId);
|
||||
return this.sendChain.listMessages({ taskId });
|
||||
}
|
||||
|
||||
@Post('batch-tasks/:id/cancel')
|
||||
|
||||
Reference in New Issue
Block a user