async _processChange()

in zuul-results-summary/zuul-results-summary.js [175:181]


  async _processChange(change) {
    // TODO(davido): Cache results of project config request
    this._enabled = await this._projectEnabled(change.project);
    if (this._enabled) {
      this._processMessages(change);
    }
  }