mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
next try
This commit is contained in:
parent
9b5c023e0d
commit
528d8163e7
@ -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))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user