소스 검색

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!(