Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -180,7 +180,7 @@ public class swiftApi { | ... | @@ -180,7 +180,7 @@ public class swiftApi { |
| 180 | 180 | ||
| 181 | let pacingEvent = swiftApi.HealthEventModel() | 181 | let pacingEvent = swiftApi.HealthEventModel() |
| 182 | pacingEvent._meters = metersCount + oldDayMeters | 182 | pacingEvent._meters = metersCount + oldDayMeters |
| 183 | - // SwiftEventBus.post("meters_sent", sender: pacingEvent) | 183 | + SwiftEventBus.post("meters_sent", sender: pacingEvent) |
| 184 | 184 | ||
| 185 | print("=== MetersCount ===") | 185 | print("=== MetersCount ===") |
| 186 | print(metersCount) | 186 | print(metersCount) | ... | ... |
-
Please register or login to post a comment