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

This commit is contained in:
Julien Valverdé
2025-03-06 03:31:21 +01:00
parent f99d18b846
commit 3bc0cc6586

View File

@@ -28,16 +28,6 @@ function RouteComponent() {
Effect.flatMap(Schema.decodeUnknown(Result)),
Effect.scoped,
),
// query: () => Console.log(`Creating ${ count } IDs...`).pipe(
// Effect.andThen(Effect.sleep("500 millis")),
// Effect.andThen(pipe(
// Array.range(1, count),
// Array.map(() => makeUuid4),
// Effect.all,
// )),
// Effect.flatMap(Schema.decode(Result)),
// Effect.provide(GetRandomValues.CryptoRandom),
// ),
key: ["uuid4", count],
})