Explorar o código

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

Tyler Mandry %!s(int64=3) %!d(string=hai) anos
pai
achega
01488e4801
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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!(