diff --git a/Sources/Track.swift b/Sources/Track.swift index 5df5c027..1d18347b 100644 --- a/Sources/Track.swift +++ b/Sources/Track.swift @@ -56,7 +56,7 @@ class Track { UserDefaults.standard.set(true, forKey: InternalKeys.mpDebugTrackedKey) } #endif - let epochMilliseconds = Int(round(epochInterval * 1000)) + let epochMilliseconds = round(epochInterval * 1000) let eventStartTime = timedEvents[ev] as? Double var p = InternalProperties() AutomaticProperties.automaticPropertiesLock.read {