chore: remove mongodb imports

This commit is contained in:
Paul Makles
2022-02-11 11:11:48 +00:00
parent 6d230e57f5
commit 1988a9501b
30 changed files with 0 additions and 29 deletions

View File

@@ -3,7 +3,6 @@ use revolt_quark::{
Db, Result,
};
use mongodb::bson::doc;
use rocket::serde::json::Json;
use serde::{Deserialize, Serialize};

View File

@@ -3,7 +3,6 @@ use revolt_quark::{
Db, Result,
};
use mongodb::bson::doc;
use rocket::serde::json::Json;
#[get("/unreads")]