From 77a67f826e9b856fa688c28e0219f3dc02d8fb07 Mon Sep 17 00:00:00 2001 From: c8y3 <25362953+c8y3@users.noreply.github.com> Date: Tue, 4 Feb 2025 16:14:01 +0100 Subject: [PATCH] Missing new line --- source/app/blueprints/rest/v2/cases/tasks.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/app/blueprints/rest/v2/cases/tasks.py b/source/app/blueprints/rest/v2/cases/tasks.py index 8e823fb3f..3c68e858a 100644 --- a/source/app/blueprints/rest/v2/cases/tasks.py +++ b/source/app/blueprints/rest/v2/cases/tasks.py @@ -43,6 +43,7 @@ __name__, url_prefix='//tasks') + @case_tasks_blueprint.post('') @ac_api_requires() def add_case_task(case_identifier):