This commit is contained in:
clauspeterhuebner 2025-08-29 15:02:36 +02:00
parent 0c8b233dfd
commit d5c7f036c4

View File

@ -153,7 +153,7 @@ export class TransactionLinkResolver {
@Query(() => QueryLinkResult)
async queryTransactionLink(@Arg('code') code: string): Promise<typeof QueryLinkResult> {
const methodLogger = createLogger('queryTransactionLink')
methodLogger.addContext('code', code.substring(0, 6))
methodLogger.addContext('handshakeID', randombytes_random().toString())
methodLogger.debug('queryTransactionLink...')
if (code.match(/^CL-/)) {
const contributionLink = await DbContributionLink.findOneOrFail({