From 4863a15c246b02b2b3d46fb8e678953f0df80f64 Mon Sep 17 00:00:00 2001 From: Connor Campbell Date: Tue, 24 Sep 2024 22:06:40 +0100 Subject: [PATCH] remove return + trigger workflow --- src/shared/src/types.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/src/types.rs b/src/shared/src/types.rs index 9225d64..e4644f0 100644 --- a/src/shared/src/types.rs +++ b/src/shared/src/types.rs @@ -72,7 +72,7 @@ impl Repository { VALUES ($1, $2, $3, $4, $5) RETURNING id; "#; - return query_string; + query_string } }