[refactor]: remove redis code

This commit is contained in:
April John 2024-04-16 17:53:24 +00:00 committed by GitHub
parent 10495a070c
commit f3e010a321
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 7 deletions

View file

@ -12,7 +12,7 @@ use serde::{Deserialize, Serialize};
use std::fmt::Debug;
use url::Url;
#[derive(Debug, Clone, Serialize, Deserialize)]
#[derive(Debug, Clone)]
pub struct DbUser {
pub name: String,
pub ap_id: ObjectId<DbUser>,