From 2d3ea25baaba41ce7e65b152ffd474cc37333468 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Wed, 26 Apr 2017 16:18:41 -0400 Subject: [PATCH] comment update --- src/Billing/Controllers/StripeController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();