diff --git a/src/Billing/Controllers/StripeController.cs b/src/Billing/Controllers/StripeController.cs index a9c170de93..da3705098b 100644 --- a/src/Billing/Controllers/StripeController.cs +++ b/src/Billing/Controllers/StripeController.cs @@ -56,7 +56,7 @@ namespace Bit.Billing.Controllers } else { - // not handling this event type + // Not handling this event type. } return new OkResult();