mirror of
https://github.com/bitwarden/server.git
synced 2025-07-04 09:32:48 -05:00
IHttpContextAccessor registration missing
This commit is contained in:
@ -33,7 +33,7 @@ namespace Bit.Billing.Controllers
|
||||
return new BadRequestResult();
|
||||
}
|
||||
|
||||
var parsedEvent = StripeEventUtility.ParseEventDataItem<StripeEvent>(body) as StripeEvent;
|
||||
var parsedEvent = StripeEventUtility.ParseEventDataItem<StripeEvent>(body);
|
||||
if(string.IsNullOrWhiteSpace(parsedEvent?.Id))
|
||||
{
|
||||
return new BadRequestResult();
|
||||
|
Reference in New Issue
Block a user