Skip to content

Commit 4fb9544

Browse files
committed
fix: lint
1 parent 7590d67 commit 4fb9544

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/machines/presence/src/presence.connect.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import type { Service } from "@zag-js/core"
22
import type { NormalizeProps, PropTypes } from "@zag-js/types"
33
import type { PresenceApi, PresenceSchema } from "./presence.types"
44

5-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
65
export function connect<T extends PropTypes>(
76
service: Service<PresenceSchema>,
87
_normalize: NormalizeProps<T>,

0 commit comments

Comments
 (0)