Skip to content

Commit

Permalink
Update common/certificate/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: John Angel <[email protected]>
  • Loading branch information
realmayus and JeangelLF authored Jan 17, 2025
1 parent 6ce99f9 commit c2d4d15
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion common/certificate/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,6 @@ async function createInstantPDFBinary(certificate: InstantCertificate & { studen
if (process.env.ENV == 'dev') {
name = `[TEST] ${name}`;
}
console.log(`VERIFICATION ${link}`);
const result = template({
NAMESTUDENT: name,
STARTDATE: moment(certificate.startDate).format('D.M.YYYY'),
Expand Down

0 comments on commit c2d4d15

Please sign in to comment.