Skip to content

Commit

Permalink
one more log
Browse files Browse the repository at this point in the history
  • Loading branch information
ConjunctiveNormalForm committed Oct 24, 2023
1 parent 5336e21 commit 44353fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/quoters/WebhookQuoter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export class WebhookQuoter implements Quoter {
(fillerToConfigMap.has(e.hash) && fillerToConfigMap.get(e.hash)?.enabled) ||
!fillerToConfigMap.has(e.hash) // default to allowing fillers not in the config
) {
this.log.info({ endpoint: e }, `Endpoint enabled`)
enabledEndpoints.push(e);
}
});
Expand Down

0 comments on commit 44353fd

Please sign in to comment.