feat: return certSlug on /certificate/showCert (#51209)

This commit is contained in:
Oliver Eyton-Williams
2023-08-14 12:22:40 +02:00
committed by GitHub
parent e99154665e
commit a12930c95c

View File

@@ -506,6 +506,7 @@ function createShowCert(app) {
if (!showName) {
return res.json({
certSlug,
certTitle,
username,
date: completedDate,
@@ -514,6 +515,7 @@ function createShowCert(app) {
}
return res.json({
certSlug,
certTitle,
username,
name,