async init()

in scripts/sync-team.js [14:22]


  async init() {
    try {
      console.log('start...');
      await this.getAllRepoData();
    } catch (err) {
      console.log(err);
      process.exit(1)
    }
  }