Compare commits
No commits in common. "8ab3d67542001ced0843622a45abaeb8f51e5359" and "fcca9b4ea714bb099d580af33b841748ec0fbf31" have entirely different histories.
8ab3d67542
...
fcca9b4ea7
|
|
@ -78,9 +78,6 @@ async fn list_custom_responses_for_user(ctx: ManifoldContext<'_>, target: sereni
|
|||
return Ok(())
|
||||
}
|
||||
|
||||
drop(db);
|
||||
drop(userinfo);
|
||||
|
||||
manifold::helpers::paginate(ctx, reply_handle, pages, 0).await?;
|
||||
|
||||
Ok(())
|
||||
|
|
|
|||
Loading…
Reference in New Issue