We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd9b0c commit 93f476bCopy full SHA for 93f476b
fplus-lib/src/external_services/github.rs
@@ -599,7 +599,7 @@ impl GithubWrapper {
599
.create_pull_request(
600
&format!("Datacap for {}", owner_name),
601
&branch_name,
602
- &format!("BODY"),
+ &format!(""),
603
)
604
.await?;
605
@@ -628,7 +628,7 @@ impl GithubWrapper {
628
629
630
631
632
633
634
0 commit comments