diff --git a/MidrandBooksApi/Payments/Endpoints/ConfirmationEndpoint.cs b/MidrandBooksApi/Payments/Endpoints/ConfirmationEndpoint.cs index c83540f..379a3aa 100644 --- a/MidrandBooksApi/Payments/Endpoints/ConfirmationEndpoint.cs +++ b/MidrandBooksApi/Payments/Endpoints/ConfirmationEndpoint.cs @@ -4,7 +4,6 @@ using LiteCharms.Features.Extensions; using LiteCharms.Features.MidrandBooks.Payments; using LiteCharms.Features.MidrandBooks.Payments.Events; using LiteCharms.Features.MidrandBooks.Payments.Models; -using LiteCharms.Features.Quartz.Abstractions; using static LiteCharms.Features.Extensions.Api; namespace MidrandBooksApi.Payments.Endpoints;