Skip to content
Snippets Groups Projects
Commit bdaff7b6 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

refactor: fix oldPrBody log

parent 6f0b4777
No related branches found
No related tags found
No related merge requests found
...@@ -237,7 +237,7 @@ async function ensurePr(prConfig) { ...@@ -237,7 +237,7 @@ async function ensurePr(prConfig) {
logger.debug( logger.debug(
{ {
prTitle, prTitle,
oldPrBody: existingPr.body, oldPrBody: existingPrBody,
newPrBody: prBody, newPrBody: prBody,
}, },
'PR body changed' 'PR body changed'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment