diff --git a/src/plugin-sync.ts b/src/plugin-sync.ts index c2a455b..7cdc9f8 100644 --- a/src/plugin-sync.ts +++ b/src/plugin-sync.ts @@ -146,7 +146,7 @@ export type SyncPlugin = Plugin< * import { Note } from "@/types"; * * const useUserNotes = extend(storeHook([])) - * .with((store) => + * .with( * sync({ * push: (notes, userId: string) => * fetch(`/api/notes/${userId}`, {