Skip to content

Commit 553e464

Browse files
committed
Fixing codeDepot marker for Maestro/Examples/GetWorkflowService.cs
1 parent 297f94f commit 553e464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

launcher-csharp/Maestro/Examples/GetWorkflowService.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public static WorkflowInstance GetWorkFlowInstance(DocuSignClient docuSignClient
1515
//ds-snippet-start:Maestro3Step3
1616
var maestroApi = new WorkflowInstanceManagementApi(docuSignClient);
1717
return maestroApi.GetWorkflowInstance(accountId, workflowId, instanceId);
18-
//ds-snippet-start:Maestro3Step3
18+
//ds-snippet-end:Maestro3Step3
1919
}
2020
}
2121
}

0 commit comments

Comments
 (0)