From 42c1cd6a852be5295aedc5c19e1a2aef45a464e3 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 29 May 2025 11:17:34 -0400 Subject: event --- js/src/bus/index.ts | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'js/src/bus') diff --git a/js/src/bus/index.ts b/js/src/bus/index.ts index 82bc614e0..15d2b1107 100644 --- a/js/src/bus/index.ts +++ b/js/src/bus/index.ts @@ -30,17 +30,6 @@ export namespace Bus { return result; } - export function payloads() { - return registry - .entries() - .map(([type, def]) => - z.object({ - type: z.string("hey"), - }), - ) - .toArray(); - } - export function specs() { const children = {} as any; for (const [type, def] of registry.entries()) { -- cgit v1.2.3