Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti committed Oct 8, 2023
1 parent 390e13b commit aee3c86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/guide/observability/supervisor/example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const program = Effect.gen(function* (_) {
})

const monitorFibers = (
supervisor: Supervisor.Supervisor<Fiber.RuntimeFiber<any, any>[]>
supervisor: Supervisor.Supervisor<Array<Fiber.RuntimeFiber<any, any>>>
): Effect.Effect<never, never, void> =>
Effect.gen(function* (_) {
const fibers = yield* _(supervisor.value())
Expand Down

0 comments on commit aee3c86

Please sign in to comment.