From aa7a307a2807275fc2e93cd1ee93cd9501506954 Mon Sep 17 00:00:00 2001 From: Stephanie Buadu <47737608+acn-sbuad@users.noreply.github.com> Date: Wed, 5 Jun 2024 11:12:40 +0200 Subject: [PATCH] Update EmailNotificationOrdersController.cs --- .../API/Controllers/EmailNotificationOrdersController.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Notifications/API/Controllers/EmailNotificationOrdersController.cs b/src/Notifications/API/Controllers/EmailNotificationOrdersController.cs index aeff0b44..9ac5b062 100644 --- a/src/Notifications/API/Controllers/EmailNotificationOrdersController.cs +++ b/src/Notifications/API/Controllers/EmailNotificationOrdersController.cs @@ -12,7 +12,6 @@ using FluentValidation; - #if !LOCALTEST using Microsoft.AspNetCore.Authorization; #endif @@ -22,7 +21,6 @@ using Swashbuckle.AspNetCore.Annotations; using Swashbuckle.AspNetCore.Filters; #endif - namespace Altinn.Notifications.Controllers; /// @@ -91,4 +89,4 @@ public async Task> Post(EmailNotificationOrderRequestEx return Accepted(result.OrderId!.GetSelfLinkFromOrderId(), result.MapToExternal()); } -} \ No newline at end of file +}