Skip to content

Commit 3d52245

Browse files
committed
chore: broken lint
1 parent aab4777 commit 3d52245

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/runtime/registry/clarity.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ export function useScriptClarity<T extends ClarityApi>(
6363
clientInit: import.meta.server
6464
? undefined
6565
: () => {
66-
window.clarity = window.clarity || function () {
67-
(window.clarity.q = window.clarity.q || []).push(arguments)
66+
window.clarity = window.clarity || function (...params: any[]) {
67+
(window.clarity.q = window.clarity.q || []).push(params)
6868
}
6969
},
7070
}),

0 commit comments

Comments
 (0)