fix: do not need status in payload

This commit is contained in:
Methapon2001 2024-12-03 13:34:58 +07:00
parent 601aaeb8e3
commit 87f7ecfae6

View file

@ -87,7 +87,6 @@ export class TaskController extends Controller {
@Body()
body: {
taskName: string;
taskStatus: TaskStatus;
contactName: string;
contactTel: string;