From 5898e5ab4359945ef52dc7460bb2937a85603fc2 Mon Sep 17 00:00:00 2001 From: niliara-edu Date: Sun, 26 Jan 2025 12:25:13 +0100 Subject: authentication done --- src/api/search_results.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/search_results.rs') diff --git a/src/api/search_results.rs b/src/api/search_results.rs index 9ccb013..f53bce8 100644 --- a/src/api/search_results.rs +++ b/src/api/search_results.rs @@ -29,7 +29,7 @@ pub async fn search_results( _ => ( Err(sqlx::Error::RowNotFound), Err(sqlx::Error::RowNotFound), - Err(sqlx::Error::RowNotFound) + Err(sqlx::Error::RowNotFound), ), }; -- cgit v1.2.3