Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
schpet committed Feb 5, 2025
1 parent fe7101c commit 33f8974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ const issueCommand = new Command()
"pr",
"create",
"--title",
`${resolvedId} ${customTitle || title}`,
`${resolvedId} ${customTitle ?? title}`,
"--body",
url,
...(base ? ["--base", base] : []),
Expand Down

0 comments on commit 33f8974

Please sign in to comment.