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

This commit is contained in:
Julien Valverdé
2026-05-04 00:35:31 +02:00
parent 301099eea8
commit 9c9fe85430
2 changed files with 2 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ extends Pipeable.Class() implements SubmittableForm<A, I, R, MA, ME, MR, MP> {
([b, nextEncodedValue]) => [ ([b, nextEncodedValue]) => [
[b, nextEncodedValue] as const, [b, nextEncodedValue] as const,
nextEncodedValue, nextEncodedValue,
] as const ] as const,
) )
).pipe( ).pipe(
Effect.tap(([, nextEncodedValue]) => Effect.tap(([, nextEncodedValue]) =>

View File

@@ -84,7 +84,7 @@ export class SynchronizedFormImpl<
([b, nextEncodedValue]) => [ ([b, nextEncodedValue]) => [
[b, nextEncodedValue] as const, [b, nextEncodedValue] as const,
nextEncodedValue, nextEncodedValue,
] as const ] as const,
) )
).pipe( ).pipe(
Effect.tap(([, nextEncodedValue]) => Effect.tap(([, nextEncodedValue]) =>