1
0
mirror of https://github.com/bitwarden/server synced 2026-01-29 07:43:22 +00:00

fix the lint error

This commit is contained in:
Cy Okeke
2026-01-26 10:25:45 +01:00
parent 0b47be23d2
commit c8fe33562f

View File

@@ -21,7 +21,6 @@ using Quartz;
using Stripe;
using Xunit;
using Event = Stripe.Event;
using PremiumPlan = Bit.Core.Billing.Pricing.Premium.Plan;
using PremiumPurchasable = Bit.Core.Billing.Pricing.Premium.Purchasable;
namespace Bit.Billing.Test.Services;