From ccbf0cb543d4bfe855b3351a2d30b496de42f9d1 Mon Sep 17 00:00:00 2001 From: Jason Sylvestre Date: Mon, 8 Jun 2026 08:36:20 -0700 Subject: [PATCH] Get this to rebuild --- Sloth.Web/Controllers/TestController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sloth.Web/Controllers/TestController.cs b/Sloth.Web/Controllers/TestController.cs index 9feab134..2628f7f3 100644 --- a/Sloth.Web/Controllers/TestController.cs +++ b/Sloth.Web/Controllers/TestController.cs @@ -68,7 +68,7 @@ await _notificationService.Notify( Message = "Test email sent"; return RedirectToAction("Index", "Home"); } - + //Rebuild comment public async Task TestAE() { var rtValue = await _aggieEnterpriseService.PingAggieEnterprise();