chore: remove err log
This commit is contained in:
parent
13cabec9c9
commit
d2a82db300
|
|
@ -607,7 +607,7 @@ async fn update_workspace_member_handler(
|
||||||
Ok(AppResponse::Ok().into())
|
Ok(AppResponse::Ok().into())
|
||||||
}
|
}
|
||||||
|
|
||||||
#[instrument(skip(state, payload), err)]
|
#[instrument(skip(state, payload))]
|
||||||
async fn create_collab_handler(
|
async fn create_collab_handler(
|
||||||
user_uuid: UserUuid,
|
user_uuid: UserUuid,
|
||||||
payload: Bytes,
|
payload: Bytes,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue