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

This commit is contained in:
Julien Valverdé
2026-03-24 23:26:50 +01:00
parent 571592b3dc
commit 1bf7e1dc4c

View File

@@ -199,7 +199,7 @@ export const mapStream: {
): Lens<A, ER, EW, RR, RW> => make({
get get() { return self.get },
get changes() { return f(self.changes) },
modify: self.modify,
get modify() { return self.modify },
}))