chore: cargo clippy

This commit is contained in:
Zack Fu Zi Xiang 2024-09-13 10:04:51 +08:00
parent adb9acf799
commit eb818a4282
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -319,6 +319,7 @@ pub async fn accept_workspace_invite(
}
#[instrument(level = "debug", skip_all, err)]
#[allow(clippy::too_many_arguments)]
pub async fn invite_workspace_members(
mailer: &Mailer,
gotrue_admin: &GoTrueAdmin,