audit, advisories and doctors/setup work
This commit is contained in:
@@ -113,7 +113,7 @@ internal static class WebhookEndpoints
|
||||
var payloadBytes = Encoding.UTF8.GetBytes(payloadString);
|
||||
|
||||
// Get the source
|
||||
var source = await sourceRepository.GetByIdAsync(null!, sourceId, ct);
|
||||
var source = await sourceRepository.GetByIdAnyTenantAsync(sourceId, ct);
|
||||
if (source == null)
|
||||
{
|
||||
return ProblemResultFactory.Create(
|
||||
|
||||
Reference in New Issue
Block a user