Rust analytics and a few tweaks

This commit is contained in:
Gregory Schier
2023-11-08 09:13:32 -08:00
parent a793ece1a5
commit b5cb46918a
5 changed files with 112 additions and 7 deletions

View File

@@ -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(