From b76f87feb8e34f7a46f5e73378a68a38852197c0 Mon Sep 17 00:00:00 2001 From: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com> Date: Mon, 21 Oct 2024 17:33:20 -0400 Subject: [PATCH] chore: linting --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 412dd35..f637183 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,7 +37,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added - `session_id` column to `QueueItem` Table -- `ActiveQueueSession` Table to track which sessions are being actively +- `ActiveQueueSession` Table to track, which sessions are being actively processed - Queue can process multiple sessions at once