This commit is contained in:
Timothy Jaeryang Baek 2025-12-26 15:44:41 +04:00
parent 459cfde1f8
commit 4a17a7c20a

View file

@ -33,7 +33,7 @@
}); });
if (res) { if (res) {
window.opener.postMessage({ type: 'sync:version', data: res.version }, '*'); window.opener.postMessage({ type: 'sync:version', data: res }, '*');
} }
loading = true; loading = true;