Skip to content

Commit b16abdd

Browse files
committed
refactor(add)
1 parent 2d0b4ef commit b16abdd

File tree

1 file changed

+2
-2
lines changed
  • feature-add/src/main/java/com/hoc/flowmvi/ui/add

1 file changed

+2
-2
lines changed

feature-add/src/main/java/com/hoc/flowmvi/ui/add/AddVM.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ class AddVM @Inject constructor(
167167
map { validated ->
168168
PartialStateChange.Errors(
169169
validated?.fold(
170-
{ it.toPersistentHashSet() },
171-
{ persistentHashSetOf() }
170+
fe = { it.toPersistentHashSet() },
171+
fa = { persistentHashSetOf() }
172172
) ?: persistentHashSetOf()
173173
)
174174
}

0 commit comments

Comments
 (0)