Skip to content

Commit 090bc87

Browse files
committed
update cr script
1 parent c5cae77 commit 090bc87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reflex_ui/blocks/telemetry/common_room.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
[],
2222
['page', 'identify', 'form', 'track'].reduce(function (acc, method) {{
2323
acc[method] = function () {{
24-
signals.push([method, arguments]);
25-
return signals;
24+
acc.push([method, arguments]);
25+
return acc;
2626
}};
2727
return acc;
28-
}}, {{}})
28+
}}, [])
2929
);
3030
document.head.appendChild(script);
3131
}})();

0 commit comments

Comments
 (0)