forked from jmug/stoatchat
chore: remove mongodb imports
This commit is contained in:
@@ -3,7 +3,6 @@ use revolt_quark::{
|
||||
Db, EmptyResponse, Error, Ref, Result,
|
||||
};
|
||||
|
||||
use mongodb::bson::doc;
|
||||
|
||||
#[delete("/<target>/recipients/<member>")]
|
||||
pub async fn req(db: &Db, user: User, target: Ref, member: Ref) -> Result<EmptyResponse> {
|
||||
|
||||
Reference in New Issue
Block a user