fix: do not need status in payload
This commit is contained in:
parent
601aaeb8e3
commit
87f7ecfae6
1 changed files with 0 additions and 1 deletions
|
|
@ -87,7 +87,6 @@ export class TaskController extends Controller {
|
|||
@Body()
|
||||
body: {
|
||||
taskName: string;
|
||||
taskStatus: TaskStatus;
|
||||
|
||||
contactName: string;
|
||||
contactTel: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue