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()
|
||||||
body: {
|
body: {
|
||||||
taskName: string;
|
taskName: string;
|
||||||
taskStatus: TaskStatus;
|
|
||||||
|
|
||||||
contactName: string;
|
contactName: string;
|
||||||
contactTel: string;
|
contactTel: string;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue