Support new delphi response type

This commit is contained in:
Jai A
2025-01-16 16:40:13 -08:00
parent 227386bb0d
commit 5c8e7a8b38
5 changed files with 28 additions and 16 deletions

View File

@@ -405,7 +405,7 @@ impl TeamMember {
Ok(())
}
pub async fn delete<'a, 'b>(
pub async fn delete(
id: TeamId,
user_id: UserId,
transaction: &mut sqlx::Transaction<'_, sqlx::Postgres>,