Skip to content

Commit

Permalink
fix uptime env var in validation module
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-toth committed Aug 8, 2024
1 parent 8c62060 commit ddeda39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validation/validation.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import { RelayUptime } from './schemas/relay-uptime'
config: ConfigService<{
ONIONOO_REQUEST_TIMEOUT: number
ONIONOO_REQUEST_MAX_REDIRECTS: number
UPTIME_SEEN_COUNT_THRESHOLD: number
UPTIME_MINIMUM_RUNNING_COUNT: number
}>,
) => ({
timeout: config.get<number>('ONIONOO_REQUEST_TIMEOUT', {
Expand Down

0 comments on commit ddeda39

Please sign in to comment.