From e7cd806df32eb78eb8b2bd192ee3e94190e5cbd6 Mon Sep 17 00:00:00 2001 From: tsukiyama-3 Date: Fri, 17 Oct 2025 19:51:53 +0900 Subject: [PATCH] fix(x-pixel): correct variable name from e.exe to s.exe --- src/runtime/registry/x-pixel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/registry/x-pixel.ts b/src/runtime/registry/x-pixel.ts index 6321d605..fb4031ea 100644 --- a/src/runtime/registry/x-pixel.ts +++ b/src/runtime/registry/x-pixel.ts @@ -58,7 +58,7 @@ export function useScriptXPixel(_options?: XPixelInput) { // @ts-expect-error untyped const s = window.twq = function (...args) { // @ts-expect-error untyped - if (e.exe) { + if (s.exe) { // @ts-expect-error untyped s.exe(s, args) }