Browse Source

Merge pull request #1574 from rust-lang/tmandry-patch-1

Reflect rename of wg-async-foundations to wg-async
Tyler Mandry 3 years ago
parent
commit
2228ecd82b
1 changed files with 1 additions and 1 deletions
  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!(