mirror of
https://github.com/yattee/yattee.git
synced 2025-11-16 15:08:43 +00:00
Added guard check to return early if currentTime is nil in getTimeUpdates. Simplified optional unwrapping by using the guarded currentTime value throughout the method.