Explorar o código

Fix panic on major change topic creation

Mark Rousskov %!s(int64=4) %!d(string=hai) anos
pai
achega
832287f4cf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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(),
         }
     }