diff --git a/examples/advanced-project/checkly.config.ts b/examples/advanced-project/checkly.config.ts index 7850b88e9..4044d8142 100644 --- a/examples/advanced-project/checkly.config.ts +++ b/examples/advanced-project/checkly.config.ts @@ -26,7 +26,7 @@ const config = defineConfig({ */ runtimeId: '2025.04', /* Failed check runs will not be retried per default. See `browserChecks` below for a retry example. */ - retryStrategy: RetryStrategyBuilder.noRetries(),, + retryStrategy: RetryStrategyBuilder.noRetries(), /* All checks will have this alert escalation policy defined */ alertEscalationPolicy: AlertEscalationBuilder.runBasedEscalation(1), /* A glob pattern that matches the Checks inside your repo, see https://www.checklyhq.com/docs/constructs/including-checks/#checks-checkmatch */