From 06421ed5455285eb5d5eb90ea689fa73ad0f3010 Mon Sep 17 00:00:00 2001 From: rtkay123 Date: Thu, 21 Aug 2025 17:59:13 +0200 Subject: tests: cov (#13) --- crates/configuration/src/state/typology/mutate_typology.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/configuration/src/state/typology') diff --git a/crates/configuration/src/state/typology/mutate_typology.rs b/crates/configuration/src/state/typology/mutate_typology.rs index f2ab2cc..2673297 100644 --- a/crates/configuration/src/state/typology/mutate_typology.rs +++ b/crates/configuration/src/state/typology/mutate_typology.rs @@ -73,8 +73,8 @@ impl MutateTypologies for AppHandle { where id = $2 and version = $3 "#, sqlx::types::Json(&config) as _, - config.id, - config.version, + request.id, + request.version, ) .execute(&self.services.postgres) .instrument(span) -- cgit v1.2.3