Skip to content

Commit 93f476b

Browse files
committed
chore: removed PR 'body' message
1 parent 2bd9b0c commit 93f476b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fplus-lib/src/external_services/github.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ impl GithubWrapper {
599599
.create_pull_request(
600600
&format!("Datacap for {}", owner_name),
601601
&branch_name,
602-
&format!("BODY"),
602+
&format!(""),
603603
)
604604
.await?;
605605

@@ -628,7 +628,7 @@ impl GithubWrapper {
628628
.create_pull_request(
629629
&format!("Datacap for {}", owner_name),
630630
&branch_name,
631-
&format!("BODY"),
631+
&format!(""),
632632
)
633633
.await?;
634634

0 commit comments

Comments
 (0)