Skip to content

Commit 3602040

Browse files
committed
chore: lint
1 parent d1b97e2 commit 3602040

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/runtime/registry/clarity.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { useRegistryScript } from '../utils'
22
import { minLength, object, string, pipe } from '#nuxt-scripts-validator'
33
import type { RegistryScriptInput } from '#nuxt-scripts'
44

5-
65
type ClarityFunctions = ((fn: 'start', options: { content: boolean, cookies: string[], dob: number, expire: number, projectId: string, upload: string }) => void)
76
& ((fn: 'identify', id: string, session?: string, page?: string, userHint?: string) => Promise<{
87
id: string

0 commit comments

Comments
 (0)