This commit is contained in:
Sasha 2024-09-19 02:35:07 +02:00
commit b8f094366a
No known key found for this signature in database

View File

@ -149,7 +149,6 @@ export async function app(telemetryClient: TelemetryClient) {
// Increment sequence
sequenceIndex++;
}
if (sequenceIndex < sequenceTotal) {
setTimeout(sendMessage, period); // Schedule the next send
} else {