Михаил Капелько 10 달 전
부모
커밋
1d3419d5df
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      Modules/MicX/MicItem/src/MicItem.WillBe.swift

+ 2
- 1
Modules/MicX/MicItem/src/MicItem.WillBe.swift 파일 보기

@@ -1,3 +1,4 @@
import BusX
import MPAKX

public protocol MicItemContext {
@@ -21,7 +22,7 @@ extension MicItem {
// Нижеследующее предстоит сгенерить.
m
.sink { v in Bus.send(K.MI, v) }
.store(in: &service.subscriptions)
.store(in: &subscriptions)
}
}
}

불러오는 중...
취소
저장