Skip to content

Commit

Permalink
Update EmailNotificationOrdersController.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
acn-sbuad authored Jun 5, 2024
1 parent 438fcdd commit aa7a307
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@

using FluentValidation;


#if !LOCALTEST
using Microsoft.AspNetCore.Authorization;
#endif
Expand All @@ -22,7 +21,6 @@
using Swashbuckle.AspNetCore.Annotations;
using Swashbuckle.AspNetCore.Filters;
#endif

namespace Altinn.Notifications.Controllers;

/// <summary>
Expand Down Expand Up @@ -91,4 +89,4 @@ public async Task<ActionResult<OrderIdExt>> Post(EmailNotificationOrderRequestEx

return Accepted(result.OrderId!.GetSelfLinkFromOrderId(), result.MapToExternal());
}
}
}

0 comments on commit aa7a307

Please sign in to comment.