Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jvliwanag committed Jan 14, 2025
1 parent e6264c9 commit a018f90
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/rx/src/Rx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import * as Either from "effect/Either"
import * as Exit from "effect/Exit"
import { constVoid, dual, pipe } from "effect/Function"
import { globalValue } from "effect/GlobalValue"
import * as Hash from "effect/Hash"
import * as Inspectable from "effect/Inspectable"
import * as Layer from "effect/Layer"
import * as MutableHashMap from "effect/MutableHashMap"
Expand Down Expand Up @@ -1047,7 +1046,7 @@ export const family = typeof WeakRef === "undefined" || typeof FinalizationRegis
return function(arg) {
const atomEntry = MutableHashMap.get(atoms, arg).pipe(
Option.flatMapNullable((ref) => ref.deref())
);
)

if (atomEntry._tag === "Some") {
return atomEntry.value
Expand Down

0 comments on commit a018f90

Please sign in to comment.