Skip to content

Commit

Permalink
chore: broken lint
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jun 12, 2024
1 parent aab4777 commit 3d52245
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/registry/clarity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ export function useScriptClarity<T extends ClarityApi>(
clientInit: import.meta.server
? undefined
: () => {
window.clarity = window.clarity || function () {
(window.clarity.q = window.clarity.q || []).push(arguments)
window.clarity = window.clarity || function (...params: any[]) {
(window.clarity.q = window.clarity.q || []).push(params)
}
},
}),
Expand Down

0 comments on commit 3d52245

Please sign in to comment.