From 6b98e77c67a8d36464ef9974d5b67de054b9cce8 Mon Sep 17 00:00:00 2001 From: bnitsch Date: Wed, 26 Jun 2024 10:32:16 +0200 Subject: [PATCH] lint fix --- src/components/InterventionsList.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/InterventionsList.vue b/src/components/InterventionsList.vue index 1579640..21bb921 100644 --- a/src/components/InterventionsList.vue +++ b/src/components/InterventionsList.vue @@ -331,7 +331,7 @@ Licensed under the Elastic License 2.0. */ ); } - async function updateInterventionData(object: any): void { + async function updateInterventionData(object: any): Promise { await updateIntervention(object.intervention); if (object.intervention.interventionId) {