We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f87ce1 commit d212cf4Copy full SHA for d212cf4
1 file changed
DocuSign.Workspaces/DocuSign.Workspaces/Domain/CarePlans/CarePlansService.cs
@@ -72,7 +72,7 @@ public async Task<List<CareDocumentsModel>> SubmitToPhysician(SubmitToPhysicians
72
{
73
const string sentStatus = "sent";
74
var documents = new List<CareDocumentsModel>();
75
- //await EnsureWorkspaceUserAsync(model);
+ await EnsureWorkspaceUserAsync(model);
76
77
foreach (var document in model.Documents)
78
0 commit comments