소스 검색

Fix wrong variable on Zulip notification

LeSeulArtichaut 5 년 전
부모
커밋
27784ba349
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/handlers/notify_zulip.rs

+ 1 - 1
src/handlers/notify_zulip.rs

@@ -92,7 +92,7 @@ async fn handle_input<'a>(
             config.message_on_add.as_ref().unwrap().clone()
         }
         NotificationType::Unlabeled => {
-            config.message_on_add.as_ref().unwrap().clone()
+            config.message_on_remove.as_ref().unwrap().clone()
         }
     };