Эх сурвалжийг харах

fix duplicating triagebot sections

chaz-kiker 3 жил өмнө
parent
commit
4e3240c223
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      src/interactions.rs

+ 1 - 1
src/interactions.rs

@@ -53,7 +53,7 @@ pub struct EditIssueBody<'a> {
     id: &'static str,
 }
 
-static START_BOT: &str = "<!-- TRIAGEBOT_START -->\n\n";
+static START_BOT: &str = "<!-- TRIAGEBOT_START -->\r\n";
 static END_BOT: &str = "<!-- TRIAGEBOT_END -->";
 
 impl<'a> EditIssueBody<'a> {