Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ConjunctiveNormalForm committed Jun 7, 2024
1 parent d6fbb05 commit 489d270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/providers/circuit-breaker/dynamo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ export class DynamoCircuitBreakerConfigurationProvider implements CircuitBreaker
return fillerTimestamps.has(e.endpoint) && fillerTimestamps.get(e.endpoint)!.blockUntilTimestamp > now;
});

this.log.info({ num: enabledEndpoints.length, endpoints: enabledEndpoints }, `Endpoint enabled`);
this.log.info({ num: disabledEndpoints.length, endpoints: disabledEndpoints }, `Endpoint disabled`);
this.log.info({ num: enabledEndpoints.length, endpoints: enabledEndpoints }, `Endpoints enabled`);
this.log.info({ num: disabledEndpoints.length, endpoints: disabledEndpoints }, `Endpoints disabled`);

return enabledEndpoints;
}
Expand Down

0 comments on commit 489d270

Please sign in to comment.