diff --git a/src/controllers/api/streaming.ts b/src/controllers/api/streaming.ts index 2ad9eda..ed6ccdd 100644 --- a/src/controllers/api/streaming.ts +++ b/src/controllers/api/streaming.ts @@ -68,7 +68,7 @@ const streamingController: AppController = (c) => { if (status) { send('update', status); } - return; + continue; } const status = await renderStatus(event, pubkey); if (status) {