From fdd7210d6a1fef1acfbfea974da57e901d366548 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Fri, 17 May 2024 14:27:28 +0100 Subject: [PATCH] fix(smithereens): call the worker's loading function MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Javascript is a revolting mess of a language, and those two brackets are all that was missing to run that code... With that being said, there seems to be another issue with loading the JSON — but now at least we're seeing those errors! --- web/src/lib/smithereens.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/lib/smithereens.ts b/web/src/lib/smithereens.ts index 6725fd23..ae9285eb 100644 --- a/web/src/lib/smithereens.ts +++ b/web/src/lib/smithereens.ts @@ -23,7 +23,7 @@ const smithereens: Smithereens = { ...defaultSmithereens }; } }) }) -}); +})(); // What type should 'proxy' be? function postResult(proxy: undefined) {