瀏覽代碼

Fix wrong variable on Zulip notification

LeSeulArtichaut 4 年之前
父節點
當前提交
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()
         }
     };