mirror of
https://github.com/bitwarden/server
synced 2025-12-17 00:33:23 +00: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