fix(FN-4489): include noCommitsExpected in dashboard updateTask type

Fusion-Task-Id: FN-4489
Fusion-Task-Lineage: 9f732400-0deb-4537-be92-cc58c815e9fd
This commit is contained in:
Fusion
2026-05-14 10:37:52 -07:00
committed by gsxdsm
parent 88f4a6d3b3
commit 05c02c099f

View File

@@ -379,6 +379,7 @@ export function updateTask(
reviewLevel?: number | null;
executionMode?: "standard" | "fast" | null;
priority?: TaskPriority | null;
noCommitsExpected?: boolean;
sourceIssue?: TaskSourceIssue | null;
nodeId?: string | null;
branch?: string | null;