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

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

@@ -8,7 +8,7 @@ public extension MicItem {
return now < end
}

if timeout {
if c.timeout {
return false
}



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

@@ -40,7 +40,7 @@ extension MicItem {
{ m, _ in m.activityDate.isRecent = false }
)

ctrl.pipe(
pipe(
dbg: "timeout",
sub: nil,
Bus.events.compactMap { Bus.convertKeyValue(K.timeout, $0) }.map { (k: String, v: Bool) in v }.eraseToAnyPublisher(),


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