|
@@ -21,7 +21,6 @@ public extension MicItem { |
|
|
let end = c.activityDate.value |
|
|
let end = c.activityDate.value |
|
|
{ |
|
|
{ |
|
|
let timeout = end.timeIntervalSinceNow |
|
|
let timeout = end.timeIntervalSinceNow |
|
|
/**/print("ИГР MicIS.shouldRT timeout: '\(timeout)'") |
|
|
|
|
|
return timeout > 0 ? timeout : nil |
|
|
return timeout > 0 ? timeout : nil |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|