Skip to content

Commit

Permalink
debug string instead of object
Browse files Browse the repository at this point in the history
Co-authored-by: Rhys Arkins <[email protected]>
  • Loading branch information
dandandy and rarkins committed Aug 27, 2024
1 parent 3ec5fa3 commit 1d93199
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions lib/modules/platform/bitbucket/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -965,12 +965,7 @@ export async function createPr({
}

async function autoResolvePrTasks(pr: Pr): Promise<void> {
logger.debug(
{
prId: pr.number,
},
'Auto resolve PR tasks',
);
logger.debug(`Auto resolve PR tasks in #${pr.number}`);
try {
const response = (
await bitbucketHttp.getJson(
Expand Down

0 comments on commit 1d93199

Please sign in to comment.