Compare commits

..

No commits in common. "8ab3d67542001ced0843622a45abaeb8f51e5359" and "fcca9b4ea714bb099d580af33b841748ec0fbf31" have entirely different histories.

1 changed files with 88 additions and 91 deletions

View File

@ -78,9 +78,6 @@ async fn list_custom_responses_for_user(ctx: ManifoldContext<'_>, target: sereni
return Ok(()) return Ok(())
} }
drop(db);
drop(userinfo);
manifold::helpers::paginate(ctx, reply_handle, pages, 0).await?; manifold::helpers::paginate(ctx, reply_handle, pages, 0).await?;
Ok(()) Ok(())