From a01fff827dcc933bebf0cbcc34cf54569486c275 Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Wed, 2 Jul 2025 15:54:25 +0300 Subject: Rename dict key. Signed-off-by: Munyoki Kilyungi --- gn3/db/case_attributes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gn3/db/case_attributes.py') diff --git a/gn3/db/case_attributes.py b/gn3/db/case_attributes.py index e49fe5d..df09e75 100644 --- a/gn3/db/case_attributes.py +++ b/gn3/db/case_attributes.py @@ -220,7 +220,7 @@ def get_changes(cursor, change_type: EditStatus, directory: Path) -> dict: "change-type": str(change_type), "count": { "reviews": len(review_ids), - "approval": len(approved_ids), + "approvals": len(approved_ids), "rejections": len(rejected_ids) }, "data": changes -- cgit 1.4.1