This commit is contained in:
clauspeterhuebner 2025-07-11 00:36:12 +02:00
parent 9b5c023e0d
commit 528d8163e7

View File

@ -43,8 +43,8 @@ export class AuthenticationResolver {
logger.removeContext('handshakeID')
throw new Error(errmsg)
}
const pubKeyComA = Buffer.from(args.publicKey, 'hex')
logger.debug('pubKeyComA', pubKeyComA)
const pubKeyComA = Buffer.from(args.publicKey)
logger.debug('pubKeyComA', pubKeyComA.toString('hex'))
logger.debug('args.publicKey', args.publicKey)
const fedComA = await DbFedCommunity.findOneByOrFail({ publicKey: pubKeyComA })
logger.debug('fedComA', new FederatedCommunityLoggingView(fedComA))