mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-23 18:01:08 +01:00
Rust analytics and a few tweaks
This commit is contained in:
@@ -659,7 +659,7 @@ pub async fn upsert_workspace(
|
||||
.execute(pool)
|
||||
.await?;
|
||||
|
||||
get_workspace(&workspace.id, pool).await
|
||||
get_workspace(&id, pool).await
|
||||
}
|
||||
|
||||
pub async fn update_response(
|
||||
|
||||
Reference in New Issue
Block a user