Skip to content

Commit

Permalink
fix: add logging for magda call references
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lesage committed Apr 10, 2024
1 parent 15b362b commit e2b8543
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ public async Task<Result> Handle(
if (duplicateResult.IsFailure())
return duplicateResult;

// TODO Enable after fix with MAGDA
// await RegistreerInschrijving(command.KboNummer, message.Metadata, cancellationToken);
await RegistreerInschrijving(command.KboNummer, message.Metadata, cancellationToken);

var geefVerenigingResult = await _magdaGeefVerenigingService.GeefVereniging(command.KboNummer, message.Metadata, cancellationToken);

Expand Down

0 comments on commit e2b8543

Please sign in to comment.