From c7c6b6a13bf562804481c0ffb4b5068c1a17c6df Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Wed, 25 Mar 2026 14:04:00 -0700 Subject: [PATCH] chore(rwallet): bump JS cache version to v=19 Co-Authored-By: Claude Opus 4.6 --- modules/rwallet/mod.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rwallet/mod.ts b/modules/rwallet/mod.ts index b0217ff..c72b684 100644 --- a/modules/rwallet/mod.ts +++ b/modules/rwallet/mod.ts @@ -1258,7 +1258,7 @@ function renderWallet(spaceSlug: string, initialView?: string) { modules: getModuleInfoList(), theme: "dark", body: ``, - scripts: ``, + scripts: ``, styles: ``, }); }