Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
kennsippell committed Jul 29, 2024
1 parent 7415f80 commit 4b5b742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core-target-aggregates.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class CoreTargetAggregates {
const settings = this.settingsDoc;
const targetDocs = await this._fetchTargetDocs(settings, targetContact);
return targetDocs.map(targetDoc => this._getTargetDetails(targetDoc, settings));
};
};
}
}

module.exports = CoreTargetAggregates;

0 comments on commit 4b5b742

Please sign in to comment.