mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
refactor: fix oldPrBody log
This commit is contained in:
parent
6f0b477777
commit
bdaff7b64d
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ async function ensurePr(prConfig) {
|
|||
logger.debug(
|
||||
{
|
||||
prTitle,
|
||||
oldPrBody: existingPr.body,
|
||||
oldPrBody: existingPrBody,
|
||||
newPrBody: prBody,
|
||||
},
|
||||
'PR body changed'
|
||||
|
|
Loading…
Reference in a new issue