Skip to content

Commit

Permalink
enable 20bf
Browse files Browse the repository at this point in the history
  • Loading branch information
ConjunctiveNormalForm committed Mar 28, 2024
1 parent 9190365 commit a5c9364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/quoters/WebhookQuoter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export class WebhookQuoter implements Quoter {
private webhookProvider: WebhookConfigurationProvider,
private circuitBreakerProvider: CircuitBreakerConfigurationProvider,
private complianceProvider: FillerComplianceConfigurationProvider,
_allow_list: Set<string> = new Set<string>(['531679099f2a17818ed35cad21443a303c5ee2426cdbda547cfe6aec3d3b0215'])
_allow_list: Set<string> = new Set<string>(['20bf4987d08b6f9089192f11e621991b8fbb347237c6ad199d7bc03fb0ca15f3'])
) {
this.log = _log.child({ quoter: 'WebhookQuoter' });
this.ALLOW_LIST = _allow_list;
Expand Down

0 comments on commit a5c9364

Please sign in to comment.