From cf5837e005164ca09689eced5b19343124602e49 Mon Sep 17 00:00:00 2001 From: Netkas Date: Sun, 6 Aug 2023 16:17:28 -0400 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 2 +- src/TamerLib/tm.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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];