Skip to content

Commit

Permalink
chore: Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-putzu committed Oct 21, 2024
1 parent 0f41cb7 commit 731b4ca
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ private void prepareAndSendUserNotification(ExecutionContext context, Product pr
if (notificationUserBuilder.shouldSendUserNotification(notificationsResources.getOnboarding(), notificationsResources.getInstitution())) {
context.getLogger().info(() -> String.format("[APZ] prepareAndSendUserNotification %s [%s]", notificationsResources.getInstitution().getDescription(), consumer.topic()));

notificationsResources.getOnboarding().getUsers().forEach(onboardingUser -> {
/*notificationsResources.getOnboarding().getUsers().forEach(onboardingUser -> {
context.getLogger().info(() -> String.format("[APZ] onboardingUser %s [%s]", onboardingUser.getId(), consumer.topic()));
List<UserDataResponse> users = userApi.usersUserIdInstitutionInstitutionIdGet(notificationsResources.getOnboarding().getInstitution().getId(), onboardingUser.getId(), onboardingUser.getId(), null, List.of(product.getId()), null, null);
users.forEach(userDataResponse -> {
Expand All @@ -146,7 +146,7 @@ private void prepareAndSendUserNotification(ExecutionContext context, Product pr
}
});
});
});
});*/


} else {
Expand Down

0 comments on commit 731b4ca

Please sign in to comment.