diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e223b3..39ee3fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [2.1.5] - Unreleased +## [2.1.5] - 2023-07-06 ### Fixed - `\TamerLib\tm > wait()` will output worker updates even if there are no jobs in the queue, this fixes a bug where diff --git a/src/TamerLib/tm.php b/src/TamerLib/tm.php index 1a9ff90..161de43 100644 --- a/src/TamerLib/tm.php +++ b/src/TamerLib/tm.php @@ -493,7 +493,6 @@ } $job_packet = self::$job_manager->getJob($job_id); - if(isset(self::$job_callbacks[$job_id])) { $callback = self::$job_callbacks[$job_id];