mirror of
https://github.com/bitwarden/server.git
synced 2025-07-05 10:02:47 -05:00
webhook fixes
This commit is contained in:
@ -47,7 +47,7 @@ namespace Bit.Billing.Controllers
|
||||
body = await reader.ReadToEndAsync();
|
||||
}
|
||||
|
||||
if(body == null)
|
||||
if(string.IsNullOrWhiteSpace(body))
|
||||
{
|
||||
return new BadRequestResult();
|
||||
}
|
||||
|
Reference in New Issue
Block a user