Skip to content

Commit 1440aca

Browse files
committed
Removing the CaseDelete("123")
1 parent 539555c commit 1440aca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

eFormAPI/eFormAPI.Web/Services/TemplatesService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,6 @@ public OperationResult Deploy(DeployModel deployModel)
308308
foreach (var siteUId in sitesToBeRetractedFrom)
309309
{
310310
core.CaseDelete(deployModel.Id, siteUId);
311-
core.CaseDelete("123");
312311
}
313312

314313
return new OperationResult(true,

0 commit comments

Comments
 (0)