Skip to content

Commit c10493c

Browse files
committed
Trying to fix CI/CD
1 parent 2c298df commit c10493c

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

launcher-csharp/Admin/Examples/AuditUsers.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ public static IEnumerable<UserDrilldownResponse> GetRecentlyModifiedUsersData(st
4545
var getUserProfilesOptions = new UsersApi.GetUserProfilesOptions { email = user.Email };
4646
usersData.AddRange(usersApi.GetUserProfiles(orgId, getUserProfilesOptions).Users);
4747
}
48-
4948
//ds-snippet-end:Admin5Step5
5049

5150
return usersData;

launcher-csharp/launcher-csharp.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<PackageReference Include="DocuSign.eSign.dll" Version="6.6.0" />
4242
<PackageReference Include="DocuSign.Monitor" Version="1.1.1" />
4343
<PackageReference Include="DocuSign.Rooms" Version="1.3.0" />
44-
<PackageReference Include="DocuSign.WebForms" Version="1.0.0-rc7" />
44+
<PackageReference Include="DocuSign.WebForms" Version="1.0.0-rc8" />
4545
<PackageReference Include="Microsoft.AspNetCore.Session" Version="2.2.0" />
4646
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.0-preview1.19506.2" />
4747
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.0-preview1.19506.2">

launcher-csharp/web-form-config.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"primaryRecipientId": "1",
9595
"templateInfoMap": {
9696
"eb388ad9-29de-40c9-90f3-211cf7dcefdd": {
97-
"templateId": "template-id",
97+
"templateId": "0aac9ad6-dd4b-4353-8de7-cae027b6ca65",
9898
"lastModified": "2023-12-07T21:35:55.9300000Z",
9999
"name": "Web Form Copy - Web Form Example Template",
100100
"owner": {
@@ -241,8 +241,8 @@
241241
"isStandalone": false,
242242
"templates": [
243243
{
244-
"originalTemplateId": "template-id",
245-
"clonedTemplateId": "template-id",
244+
"originalTemplateId": "0aac9ad6-dd4b-4353-8de7-cae027b6ca65",
245+
"clonedTemplateId": "0aac9ad6-dd4b-4353-8de7-cae027b6ca65",
246246
"importedDateTime": "2023-12-07T21:35:56.511Z",
247247
"recipientIds": [ "1" ]
248248
}
@@ -251,8 +251,8 @@
251251
"versionId": 1,
252252
"eSignTemplates": [
253253
{
254-
"templateId": "template-id",
255-
"uri": "/templates/template-id",
254+
"templateId": "0aac9ad6-dd4b-4353-8de7-cae027b6ca65",
255+
"uri": "/templates/0aac9ad6-dd4b-4353-8de7-cae027b6ca65",
256256
"name": "Web Form Copy - Web Form Example Template",
257257
"shared": "false",
258258
"passwordProtected": "false",

0 commit comments

Comments
 (0)