Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
anubra266 committed Sep 18, 2024
1 parent 47824b8 commit fdc47af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/qwik-ts/src/hooks/use-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export function useService<
service!.start(hydratedState ?? initialState)

serviceSignal.value = noSerialize(service)
// store.service = noSerialize(service)

cleanup(() => {
service!.stop()
Expand Down

0 comments on commit fdc47af

Please sign in to comment.