From 75f3fee5f2df84b7368732a99d37f05259015550 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Sun, 4 Jul 2021 19:10:28 -0400 Subject: [PATCH] forgot sumn or whateva --- src/api/comm.libraryofcode.org/routes/keys.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}