diff options
Diffstat (limited to 'src/api/search_results.rs')
-rw-r--r-- | src/api/search_results.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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), ), }; |