Skip to content

Commit

Permalink
feat: add retryStrategy to checkly config defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
clample committed Aug 28, 2023
1 parent 1b998bf commit eb32ca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/services/checkly-config-loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { ReporterType } from '../reporters/reporter'

export type CheckConfigDefaults = Pick<CheckProps, 'activated' | 'muted' | 'doubleCheck'
| 'shouldFail' | 'runtimeId' | 'locations' | 'tags' | 'frequency' | 'environmentVariables'
| 'alertChannels' | 'privateLocations'>
| 'alertChannels' | 'privateLocations' | 'retryStrategy'>

export type ChecklyConfig = {
/**
Expand Down

0 comments on commit eb32ca0

Please sign in to comment.