correct typecheck failure

This commit is contained in:
clauspeterhuebner 2025-07-28 23:38:25 +02:00
parent 3c9187155c
commit a85298569e

View File

@ -40,7 +40,7 @@ export class SendCoinsResolver {
}
const authArgs = await interpretEncryptedTransferArgs(args) as SendCoinsJwtPayloadType
if (!authArgs) {
const errmsg = `invalid authentication payload of requesting community with publicKey` + authArgs.publicKey
const errmsg = `invalid authentication payload of requesting community with publicKey` + args.publicKey
methodLogger.error(errmsg)
throw new Error(errmsg)
}