chore(FN-4490): fix duplicate noCommitsExpected type definition
Fusion-Task-Id: FN-4490 Fusion-Task-Lineage: 0194e9e4-c49c-4c18-b057-433a58062c75
This commit is contained in:
@@ -380,7 +380,6 @@ export function updateTask(
|
|||||||
executionMode?: "standard" | "fast" | null;
|
executionMode?: "standard" | "fast" | null;
|
||||||
noCommitsExpected?: boolean;
|
noCommitsExpected?: boolean;
|
||||||
priority?: TaskPriority | null;
|
priority?: TaskPriority | null;
|
||||||
noCommitsExpected?: boolean;
|
|
||||||
sourceIssue?: TaskSourceIssue | null;
|
sourceIssue?: TaskSourceIssue | null;
|
||||||
nodeId?: string | null;
|
nodeId?: string | null;
|
||||||
branch?: string | null;
|
branch?: string | null;
|
||||||
|
|||||||
Reference in New Issue
Block a user