diff --git a/src/api/comm.libraryofcode.org/routes/keys.ts b/src/api/comm.libraryofcode.org/routes/keys.ts index 6964f65..e5a84d5 100644 --- a/src/api/comm.libraryofcode.org/routes/keys.ts +++ b/src/api/comm.libraryofcode.org/routes/keys.ts @@ -119,7 +119,7 @@ export default class Keys extends Route {
Comment: ${pgp.data.comment}
Public Key Algorithm: ${algo}
-Key Bit Length: +
Key Bit Length: ${pgp.data.bitLength}
Key ID: ${pgp.data.keyID}
Fingerprint: ${pgp.data.fingerprint}