audit, advisories and doctors/setup work

This commit is contained in:
master
2026-01-13 18:53:39 +02:00
parent 9ca7cb183e
commit d7be6ba34b
811 changed files with 54242 additions and 4056 deletions

View File

@@ -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(