diff --git a/VERSION b/VERSION index 83f5cb26..b2067301 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -20250513 +20250518 diff --git a/src/OAuth2/OAuth2DeviceInfo.php b/src/OAuth2/OAuth2DeviceInfo.php index d6d30328..2570d6e8 100644 --- a/src/OAuth2/OAuth2DeviceInfo.php +++ b/src/OAuth2/OAuth2DeviceInfo.php @@ -49,7 +49,7 @@ class OAuth2DeviceInfo { } public bool $speedy { - get => ($this->polledTime + $this->interval) > time(); + get => ($this->polledTime + $this->interval - 1) > time(); } /** @var string[] */