Skip to content

Commit

Permalink
https://github.com/Klantinteractie-Servicesysteem/KISS-frontend/pull/…
Browse files Browse the repository at this point in the history
…922#discussion_r1814995055
  • Loading branch information
mark stoker committed Oct 25, 2024
1 parent 5a0d8ff commit 77ac66b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -497,9 +497,9 @@ const zakenToevoegenAanContactmoment = async (
for (const { zaak, shouldStore } of vraag.zaken) {
if (shouldStore) {
try {
koppelZaakEnContactmoment(zaak, contactmomentId);
await koppelZaakEnContactmoment(zaak, contactmomentId);
} catch (e) {
// zaken toevoegen aan een contactmoment en anedrsom retourneert soms een error terwijl de data meetal wel correct opgelsagen is.
// zaken toevoegen aan een contactmoment en andersom retourneert soms een error terwijl de data meetal wel correct opgeslagen is.
// toch maar verder gaan dus
console.error(e);
}
Expand Down

0 comments on commit 77ac66b

Please sign in to comment.