Fix
All checks were successful
Lint / lint (push) Successful in 11s

This commit is contained in:
Julien Valverdé
2025-07-06 04:50:44 +02:00
parent 7ff331b062
commit 6b13932280

View File

@@ -6,7 +6,7 @@ import { SubscriptionSubRef } from "effect-fc/types"
export class TodosState extends Effect.Service<TodosState>()("TodosState", {
effect: Effect.fnUntraced(function*(key: string) {
effect: Effect.fn("TodosState")(function*(key: string) {
const kv = yield* KeyValueStore.KeyValueStore
const readFromLocalStorage = Console.log("Reading todos from local storage...").pipe(