Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ConjunctiveNormalForm committed Nov 8, 2023
1 parent 9f758bc commit a3370e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/quoters/WebhookQuoter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export class WebhookQuoter implements Quoter {

public async quote(request: QuoteRequest): Promise<QuoteResponse[]> {
const endpoints = await this.getEligibleEndpoints();
//const addrToEndpointsMap = await this.complianceProvider.getExcludedAddrToEndpointsMap();
const endpointToAddrsMap = await this.complianceProvider.getEndpointToExcludedAddrsMap();
endpoints.filter((e) => {
return endpointToAddrsMap.get(e.endpoint) === undefined ||
Expand Down

0 comments on commit a3370e0

Please sign in to comment.