Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiaPena committed Nov 12, 2024
1 parent 5eaa213 commit 153cd77
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const getCertificationPDFAttestationsForSession = async function (
) {
const sessionId = request.params.sessionId;
const isFrenchDomainExtension = request.query.isFrenchDomainExtension;
console.log(isFrenchDomainExtension);
const attestations = await usecases.getCertificationAttestationsForSession({
sessionId,
});
Expand Down

0 comments on commit 153cd77

Please sign in to comment.