chore: remove err log

This commit is contained in:
nathan 2024-11-20 10:53:20 +08:00
parent 13cabec9c9
commit d2a82db300
1 changed files with 1 additions and 1 deletions

View File

@ -607,7 +607,7 @@ async fn update_workspace_member_handler(
Ok(AppResponse::Ok().into())
}
#[instrument(skip(state, payload), err)]
#[instrument(skip(state, payload))]
async fn create_collab_handler(
user_uuid: UserUuid,
payload: Bytes,