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

This commit is contained in:
Julien Valverdé
2026-01-14 22:36:40 +01:00
parent d1ef42e9cb
commit b29dec7d30
3 changed files with 15 additions and 9 deletions

View File

@@ -28,6 +28,7 @@ const ResultView = Component.makeUntraced("Result")(function*() {
Effect.andThen(response => response.json),
Effect.andThen(Schema.decodeUnknown(Post)),
),
staleTime: "10 seconds",
})
const mutation = yield* Mutation.make({