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) {
logger.debug(
{
prTitle,
oldPrBody: existingPr.body,
oldPrBody: existingPrBody,
newPrBody: prBody,
},
'PR body changed'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment