bug fixes
This commit is contained in:
@@ -35,7 +35,6 @@ export const Route = createFileRoute("/api/events/$")({
|
||||
controller.enqueue(new TextEncoder().encode(pingMessage));
|
||||
} catch (e) {
|
||||
clearInterval(pingInterval);
|
||||
controller.close();
|
||||
}
|
||||
}, 30000);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user