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

This commit is contained in:
Julien Valverdé
2026-05-02 00:41:01 +02:00
parent b6b199b2fa
commit 042f3a8587

View File

@@ -147,7 +147,7 @@ export class SynchronizedFormImpl<
)
}
get run(): Effect.Effect<void, TER> {
get run(): Effect.Effect<void, TER, never> {
return this.runSemaphore.withPermits(1)(Effect.provide(
Stream.runForEach(
Stream.drop(this.target.changes, 1),