diff --git a/examples/dogfooding/src/index.ts b/examples/dogfooding/src/index.ts index 0983c1e..1701e4f 100644 --- a/examples/dogfooding/src/index.ts +++ b/examples/dogfooding/src/index.ts @@ -149,7 +149,6 @@ export async function app(telemetryClient: TelemetryClient) { // Increment sequence sequenceIndex++; } - if (sequenceIndex < sequenceTotal) { setTimeout(sendMessage, period); // Schedule the next send } else {