aboutsummaryrefslogtreecommitdiff
path: root/src/fallback.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/fallback.ts')
-rw-r--r--src/fallback.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fallback.ts b/src/fallback.ts
index ae969062c..103c9db1d 100644
--- a/src/fallback.ts
+++ b/src/fallback.ts
@@ -6,8 +6,8 @@ import {
} from "./api/schema";
function getFallbackInfo(): FallbackMessageContainer {
- var binary_string = globalThis.atob(
- document.getElementById("#__bunfallback").textContent.trim()
+ const binary_string = globalThis.atob(
+ document.getElementById("__bunfallback").textContent.trim()
);
var len = binary_string.length;