ソースを参照

Fix panic on major change topic creation

Mark Rousskov 4 年 前
コミット
832287f4cf
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/github.rs

+ 1 - 1
src/github.rs

@@ -355,7 +355,7 @@ impl Issue {
         ZulipGitHubReference {
             number: self.number,
             title: self.title.clone(),
-            repository: self.repository.get().unwrap().clone(),
+            repository: self.repository().clone(),
         }
     }