Ver Fonte

Fix panic on major change topic creation

Mark Rousskov há 4 anos atrás
pai
commit
832287f4cf
1 ficheiros alterados com 1 adições e 1 exclusões
  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(),
         }
     }