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

This commit is contained in:
Julien Valverdé
2026-04-29 03:41:19 +02:00
parent 5a9beccad4
commit 01aa5c6eab

View File

@@ -60,7 +60,7 @@ export class SynchronizedFormImpl<
super()
}
get run(): Effect.Effect<void, ParseResult.ParseError | TER | TEW> {
get run(): Effect.Effect<void, ParseResult.ParseError | TER> {
return this.runSemaphore.withPermits(1)(Effect.provide(
Effect.all([
Stream.runForEach(