Skip to content
Snippets Groups Projects
Commit a969e5c6 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

[fix] `dump` was not working displaying implicit revocation

parent df5f3826
No related branches found
No related tags found
No related merge requests found
......@@ -162,6 +162,8 @@ async function dumpHistory(server: Server, pub: string) {
console.log('%s: join/renew', date)
} else if (e.expired_on) {
console.log('%s: expired', date)
} else if (e.revoked_on) {
console.log('%s: revoked', date)
} else {
console.log('Non displayable MINDEX entry')
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment