Skip to content

Commit

Permalink
formatter added parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
RoanPaulus committed Dec 13, 2024
1 parent a4fd32b commit df5322e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/services/vergunningen/vergunningen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ export function transformVergunningenData(
? generateFullApiUrlBFF(BffEndpoints.VERGUNNINGEN_LIST_DOCUMENTS, {
id: idEncrypted,
})
: item.documentsUrl ?? null,
: (item.documentsUrl ?? null),
});
return vergunning;
});
Expand Down

0 comments on commit df5322e

Please sign in to comment.