diff --git a/main.ts b/main.ts index 961b79e..696f76c 100644 --- a/main.ts +++ b/main.ts @@ -281,7 +281,7 @@ const issueCommand = new Command() "pr", "create", "--title", - `${resolvedId} ${customTitle || title}`, + `${resolvedId} ${customTitle ?? title}`, "--body", url, ...(base ? ["--base", base] : []),