async getAllRepoData()

in scripts/sync-team.js [24:27]


  async getAllRepoData() {
    await this.getContributors();
    await this.getDocContributors();
  }