| 189 | } |
| 190 | |
| 191 | interface Cert { |
| 192 | certTitle: string; |
| 193 | username: string; |
| 194 | date: Date; |
| 195 | completionTime: string; |
| 196 | } |
| 197 | export function getShowCert( |
| 198 | username: string, |
| 199 | certSlug: string |
nothing calls this directly
no outgoing calls
no test coverage detected