瀏覽代碼

Reflect rename of wg-async-foundations to wg-async

Tyler Mandry 3 年之前
父節點
當前提交
01488e4801
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/github.rs

+ 1 - 1
src/github.rs

@@ -192,7 +192,7 @@ impl User {
             .get("wg-prioritization")
             .map_or(false, |w| w.members.iter().any(|g| g.github == self.login));
         let is_async_member = map
-            .get("wg-async-foundations")
+            .get("wg-async")
             .map_or(false, |w| w.members.iter().any(|g| g.github == self.login));
         let in_all = map["all"].members.iter().any(|g| g.github == self.login);
         log::trace!(